From 3195dc6d2c8cba66e9f3a52251f95bd1eb05bbf8 Mon Sep 17 00:00:00 2001 From: Adeel Ahmad Date: Wed, 19 Jul 2017 16:07:24 +0500 Subject: [PATCH] Remove leading whitespace from prompt message --- notebook/static/notebook/js/notebook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/js/notebook.js b/notebook/static/notebook/js/notebook.js index 48adb14f3..42ead0988 100644 --- a/notebook/static/notebook/js/notebook.js +++ b/notebook/static/notebook/js/notebook.js @@ -2734,7 +2734,7 @@ define([ title: i18n.msg._("Notebook changed"), body: i18n.msg._("The notebook file has changed on disk since the last time we opened or saved it. " + "Do you want to overwrite the file on disk with the version open here, or load " - + "the version on disk (reload the page) ?"), + + "the version on disk (reload the page)?"), buttons: { Reload: { class: 'btn-warning',