mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-16 19:11:39 -04:00
Fix issues found in the bug bash (#23741)
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
@@ -125,7 +125,7 @@ export function ObjectPropertiesDialogTitle(objectType: string, objectName: stri
|
||||
return localize({
|
||||
key: 'objectManagement.objectPropertiesDialogTitle',
|
||||
comment: ['{0} object type, {1}: object name.']
|
||||
}, '{0} - {1} (Preview)', objectType, objectName);
|
||||
}, '{0} Properties (Preview) - {1}', objectType, objectName);
|
||||
}
|
||||
|
||||
export function RenameObjectOperationDisplayName(objectType: string, originalName: string, newName: string): string {
|
||||
|
||||
Reference in New Issue
Block a user