Skip to content

Commit b5aa9bb

Browse files
author
Rachel Macfarlane
committed
Use 'preferences sync' consistently, fixes microsoft#94062
1 parent 34a1772 commit b5aa9bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/userDataSync/browser/userDataSync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
251251
return new Promise((resolve, _) => {
252252
const quickPick = this.quickInputService.createQuickPick<{ label: string, session: AuthenticationSession }>();
253253
quickPick.title = localize('chooseAccountTitle', "Preferences Sync: Choose Account");
254-
quickPick.placeholder = localize('chooseAccount', "Choose an account you would like to use for settings sync");
254+
quickPick.placeholder = localize('chooseAccount', "Choose an account you would like to use for preferences sync");
255255
const dedupedSessions = distinct(sessions, (session) => session.accountName);
256256
quickPick.items = dedupedSessions.map(session => {
257257
return {

0 commit comments

Comments
 (0)