mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX typo in js file
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63571 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ee4c409e56
commit
255f4653cc
@ -18,8 +18,6 @@ if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
|||||||
'CMSMAIN.PUBLISHING' : 'Publishing...',
|
'CMSMAIN.PUBLISHING' : 'Publishing...',
|
||||||
'CMSMAIN.RESTORING': 'Restoring...',
|
'CMSMAIN.RESTORING': 'Restoring...',
|
||||||
'CMSMAIN.ERRORREVERTING': 'Error reverting to live content',
|
'CMSMAIN.ERRORREVERTING': 'Error reverting to live content',
|
||||||
'CMSMAIN.SAVING' : 'saving...',
|
'CMSMAIN.SAVING' : 'saving...'
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user