Skip to content

Commit

Permalink
[Spec Picker] Undo resource string removal (#6803)
Browse files Browse the repository at this point in the history
  • Loading branch information
joechung-msft authored Aug 9, 2022
1 parent 981c713 commit 2b9c168
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/app/shared/models/portal-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
6 changes: 6 additions & 0 deletions server/Resources/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,12 @@
<data name="fileExplorer_upload" xml:space="preserve">
<value>Upload</value>
</data>
<data name="seeAllOptions" xml:space="preserve">
<value>See additional options</value>
</data>
<data name="seeRecommendedOptions" xml:space="preserve">
<value>See only recommended options</value>
</data>
<data name="storageLockNote" xml:space="preserve">
<value>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'.</value>
</data>
Expand Down

0 comments on commit 2b9c168

Please sign in to comment.