diff --git a/jupyter_server/serverapp.py b/jupyter_server/serverapp.py index fcc8e0e5e8..b4584e0542 100755 --- a/jupyter_server/serverapp.py +++ b/jupyter_server/serverapp.py @@ -1620,7 +1620,7 @@ def _confirm_exit(self): info(_i18n('interrupted')) # Check if answer_yes is set if self.answer_yes: - self.log.critical(_("Shutting down...")) + self.log.critical(_i18n("Shutting down...")) # schedule stop on the main thread, # since this might be called from a signal handler self.io_loop.add_callback_from_signal(self.io_loop.stop)