From 2b9c168769a47ff942bfd926930414ea236b86dc Mon Sep 17 00:00:00 2001 From: Joe Chung Date: Tue, 9 Aug 2022 10:37:54 -0400 Subject: [PATCH] [Spec Picker] Undo resource string removal (#6803) --- client/src/app/shared/models/portal-resources.ts | 2 ++ server/Resources/Resources.resx | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/client/src/app/shared/models/portal-resources.ts b/client/src/app/shared/models/portal-resources.ts index 4c3efbef01..7f243fd3f1 100644 --- a/client/src/app/shared/models/portal-resources.ts +++ b/client/src/app/shared/models/portal-resources.ts @@ -256,6 +256,8 @@ export class PortalResources { public static fileExplorer_delete = 'fileExplorer_delete'; public static fileExplorer_edit = 'fileExplorer_edit'; public static fileExplorer_upload = 'fileExplorer_upload'; + public static seeAllOptions = 'seeAllOptions'; + public static seeRecommendedOptions = 'seeRecommendedOptions'; public static storageLockNote = 'storageLockNote'; public static fileExplorer_fileAlreadyExists = 'fileExplorer_fileAlreadyExists'; public static functionNew_functionExists = 'functionNew_functionExists'; diff --git a/server/Resources/Resources.resx b/server/Resources/Resources.resx index c9d7249672..98347211ef 100644 --- a/server/Resources/Resources.resx +++ b/server/Resources/Resources.resx @@ -874,6 +874,12 @@ Upload + + See additional options + + + See only recommended options + One or more function apps were linked to this storage account. You can see all the function apps linked to the account under 'files' or 'Shares'.