Skip to content

Commit

Permalink
Update packages/docprovider-extension/src/filebrowser.ts
Browse files Browse the repository at this point in the history
Co-authored-by: David Brochart <[email protected]>
  • Loading branch information
JasonWeill and davidbrochart authored Oct 17, 2024
1 parent 9e13743 commit 87edca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docprovider-extension/src/filebrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ namespace CommandIDs {
const DOCUMENT_TIMELINE_URL = 'api/collaboration/timeline';

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

/**
Expand Down

0 comments on commit 87edca2

Please sign in to comment.