Skip to content

Commit cf46b99

Browse files
authored
1 parent b4eaea6 commit cf46b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/userDataSync/browser/userDataSyncWorkbenchService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export class UserDataSyncWorkbenchService extends Disposable implements IUserDat
335335
await this.synchroniseUserDataSyncStoreType();
336336
}
337337

338-
this.notificationService.info(localize('sync turned on', "{0} is turned on", `${SYNC_TITLE} [(${localize('show log', "show log")})](command:${SHOW_SYNC_LOG_COMMAND_ID})`));
338+
this.notificationService.info(localize('sync turned on', "{0} is turned on", SYNC_TITLE));
339339
}
340340

341341
async turnoff(everywhere: boolean): Promise<void> {

0 commit comments

Comments
 (0)