Skip to content

Commit 6412d05

Browse files
authored
Merge pull request microsoft#172289 from microsoft/sandy081/intelligent-porpoise
fix microsoft#172179
2 parents fa0e27f + 5329afa commit 6412d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/userDataProfile/browser/userDataProfileImportExportService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ export class UserDataProfileImportExportService extends Disposable implements IU
317317
if (!saveResult) {
318318
return;
319319
}
320-
const message = localize('export success', "Profile '{0}' is exported successfully.", profile.name);
320+
const message = localize('export success', "Profile '{0}' was exported successfully.", profile.name);
321321
if (profileContentHandler.extensionId) {
322322
const actions: string[] = [];
323323
const link = this.productService.webUrl ? `${this.productService.webUrl}${PROFILE_URL_AUTHORITY}/${id}/${saveResult.id}` : toUserDataProfileUri(`/${id}/${saveResult.id}`, this.productService).toString();

0 commit comments

Comments
 (0)