Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spec Picker] Undo resource string removal #6803

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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