Skip to content

Commit

Permalink
Port release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl authored Oct 31, 2022
1 parent c465159 commit ef1e474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export class EditSessionsContribution extends Disposable implements IWorkbenchCo
ref = await that.progressService.withProgress({
location: ProgressLocation.Notification,
type: 'syncing',
title: localize('store edit session', 'Storing your edit session...')
title: localize('store your edit session', 'Storing your edit session...')
}, async () => that.storeEditSession(false));
}

Expand Down

0 comments on commit ef1e474

Please sign in to comment.