Skip to content

Commit 5315ff6

Browse files
committed
💄
1 parent 35fefc4 commit 5315ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export class UserDataSyncWorkbenchService extends Disposable implements IUserDat
304304
});
305305
if (manualSyncTask.status === SyncStatus.HasConflicts) {
306306
await this.dialogService.show(Severity.Warning, localize('conflicts detected', "Conflicts Detected"), [], {
307-
detail: localize('resolve', "Unable to merge due to conflicts. Please resolve them to continue.")
307+
detail: localize('resolve', "Unable to merge due to conflicts. Please merge manually to continue...")
308308
});
309309
await manualSyncTask.discardConflicts();
310310
action = 'manual';

0 commit comments

Comments
 (0)