Fix issues found in the bug bash (#23741)

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
Barbara Valdez
2023-07-11 10:15:41 -07:00
committed by GitHub
parent af0e2baa7e
commit 017fcf14b0
5 changed files with 57 additions and 15 deletions

View File

@@ -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 {