Improve the unsaved edits warning for Potlatch 2
This commit is contained in:
parent
f43f8996c9
commit
70d75e3dc0
2 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
window.onbeforeunload=function() {
|
||||
if (!changesaved) {
|
||||
return '<%= escape_javascript(t('site.edit.potlatch_unsaved_changes')) %>';
|
||||
return '<%= escape_javascript(t('site.edit.potlatch2_unsaved_changes')) %>';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue