Skip to content

Commit

Permalink
Clarifies two separate views
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill committed Oct 16, 2024
1 parent cce0f1e commit 9e13743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docprovider-extension/src/filebrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace CommandIDs {
const DOCUMENT_TIMELINE_URL = 'api/collaboration/timeline';

const TWO_SESSIONS_WARNING =
'You have opened the file %1 twice in this session. ' +
'You have opened the file %1 with two separate views. ' +
'This is not supported. Please close one view; otherwise, ' +
'some of your edits may not be saved properly.';

Expand Down

0 comments on commit 9e13743

Please sign in to comment.