We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
'
1 parent 172ef48 commit 4da4301Copy full SHA for 4da4301
packages/collaboration-extension/src/filebrowser.ts
@@ -248,7 +248,7 @@ export const logger: JupyterFrontEndPlugin<void> = {
248
title: trans.__('Warning'),
249
body: trans.__(
250
`Two collaborative sessions are accessing the file %1 simultaneously.
251
- \n'Opening a document with multiple views simultaneously is not supported. Please close one view; otherwise, you might lose some of your progress.`,
+ \nOpening a document with multiple views simultaneously is not supported. Please close one view; otherwise, you might lose some of your progress.`,
252
emission.path
253
),
254
buttons: [Dialog.warnButton({ label: trans.__('Ok') })]
0 commit comments