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.
2 parents 6a3fc57 + a561051 commit 15d3782Copy full SHA for 15d3782
jupyter_server/serverapp.py
@@ -1620,7 +1620,7 @@ def _confirm_exit(self):
1620
info(_i18n('interrupted'))
1621
# Check if answer_yes is set
1622
if self.answer_yes:
1623
- self.log.critical(_("Shutting down..."))
+ self.log.critical(_i18n("Shutting down..."))
1624
# schedule stop on the main thread,
1625
# since this might be called from a signal handler
1626
self.io_loop.add_callback_from_signal(self.io_loop.stop)
0 commit comments