Fix small i18n typos
This commit is contained in:
@@ -74,10 +74,8 @@ define([
|
||||
|
||||
it('I do not see notification message if the model is not changed',
|
||||
function() {
|
||||
var expectedMessage = [
|
||||
'You have unsaved changes. Do you really want to ',
|
||||
'leave this page?'
|
||||
].join(''),
|
||||
var expectedMessage =
|
||||
'You have unsaved changes. Do you really want to leave this page?',
|
||||
view = renderPage(),
|
||||
message;
|
||||
|
||||
|
||||
@@ -36,8 +36,7 @@ function ($, _, gettext, BaseView, GroupConfigurationsList) {
|
||||
|
||||
if(dirty) {
|
||||
return gettext(
|
||||
'You have unsaved changes. Do you really want to ' +
|
||||
'leave this page?'
|
||||
'You have unsaved changes. Do you really want to leave this page?'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user