mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
alter text to Changes that you have made will not be saved
This commit is contained in:
parent
947be70b41
commit
db30f479bd
1 changed files with 1 additions and 1 deletions
|
|
@ -1085,7 +1085,7 @@ function NotebookCtrl ($scope, $route, $routeParams, $location, $rootScope,
|
|||
closeByBackdrop: false,
|
||||
closeByKeyboard: false,
|
||||
title: 'Do you want to leave this site?',
|
||||
message: 'Changes that you made may not be saved.',
|
||||
message: 'Changes that you have made will not be saved.',
|
||||
buttons: [{
|
||||
label: 'Stay',
|
||||
action: function (dialog) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue