Skip to content

Commit 4da4301

Browse files
authored
Remove spurious ' (#156)
1 parent 172ef48 commit 4da4301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/collaboration-extension/src/filebrowser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export const logger: JupyterFrontEndPlugin<void> = {
248248
title: trans.__('Warning'),
249249
body: trans.__(
250250
`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.`,
251+
\nOpening a document with multiple views simultaneously is not supported. Please close one view; otherwise, you might lose some of your progress.`,
252252
emission.path
253253
),
254254
buttons: [Dialog.warnButton({ label: trans.__('Ok') })]

0 commit comments

Comments
 (0)