diff --git a/spyder_notebook/notebookplugin.py b/spyder_notebook/notebookplugin.py index f23f59a3..00100732 100644 --- a/spyder_notebook/notebookplugin.py +++ b/spyder_notebook/notebookplugin.py @@ -3,7 +3,7 @@ # Copyright (c) Spyder Project Contributors # Licensed under the terms of the MIT License -"""Jupyter Notebook plugin.""" +"""Notebook plugin.""" # Stdlib imports import os.path as osp @@ -102,7 +102,7 @@ def update_font(self): # ------ SpyderPluginWidget API ------------------------------------------- def get_plugin_title(self): """Return widget title.""" - title = _('Jupyter Notebook') + title = _('Notebook') return title def get_plugin_icon(self):