Skip to content

Commit a8fec27

Browse files
committed
Just call Turn on Sync
1 parent b78d185 commit a8fec27

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
@@ -396,7 +396,7 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
396396
severity: Severity.Info,
397397
message: localize('turned off', "Sync was turned off from another device."),
398398
actions: {
399-
primary: [new Action('turn on sync', localize('Turn sync back on', "Turn Sync Back On"), undefined, true, () => this.turnOn())]
399+
primary: [new Action('turn on sync', localize('turn on sync', "Turn on Sync"), undefined, true, () => this.turnOn())]
400400
}
401401
});
402402
return;

0 commit comments

Comments
 (0)