Skip to content

Commit 2715840

Browse files
authored
Update the compat message (jupyterlab#14680)
1 parent 4ea5b44 commit 2715840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2328,7 +2328,7 @@ def _log_multiple_compat_errors(logger, errors_map):
23282328
[
23292329
"\n The following extensions are outdated:",
23302330
*outdated,
2331-
'\n Consider running "jupyter labextension update --all" to check for updates.\n',
2331+
'\n Consider checking if an update is available for these packages.\n',
23322332
]
23332333
)
23342334
)

0 commit comments

Comments
 (0)