mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
_ is not defined anywhere in the module
This commit is contained in:
parent
e250b0b7bf
commit
cd49eee41f
@ -70,7 +70,7 @@ class ContentsManager(LoggingConfigurable):
|
||||
Glob patterns to hide in file and directory listings.
|
||||
""")
|
||||
|
||||
untitled_notebook = Unicode(_("Untitled"), config=True,
|
||||
untitled_notebook = Unicode("Untitled", config=True,
|
||||
help="The base name used when creating untitled notebooks."
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user