mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
shorten 'Save Profile as...' button text to 'Save as...' (#22932)
* shorten 'Save Profile as...' button text to 'Save as...' * uppercase
This commit is contained in:
@@ -149,7 +149,7 @@ export const server = localize('server', "Server");
|
||||
export const defaultUser = localize('default', "default");
|
||||
export const selectProfileToUse = localize('selectProfileToUse', "Select publish profile to load");
|
||||
export const selectProfile = localize('selectProfile', "Select Profile");
|
||||
export const saveProfileAsButtonText = localize('saveProfileAsButtonText', "Save Profile as...");
|
||||
export const saveProfileAsButtonText = localize('saveProfileAsButtonText', "Save As...");
|
||||
export const save = localize('save', "Save");
|
||||
export const dontUseProfile = localize('dontUseProfile', "Don't use profile");
|
||||
export const browseForProfileWithIcon = `$(folder) ${localize('browseForProfile', "Browse for profile")}`;
|
||||
|
||||
Reference in New Issue
Block a user