mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merge branch 'integration-merge27march'
This commit is contained in:
commit
e55d8bc5d6
@ -40,7 +40,11 @@
|
||||
self.val(newVal);
|
||||
|
||||
if(oldVal != newVal) {
|
||||
jQuery.noticeAdd(ss.i18n._t('The URL has been changed'));
|
||||
var confirmMessage = ss.i18n.sprintf(
|
||||
ss.i18n._t('UPDATEURL.CONFIRMURLCHANGED', 'The URL has been changed to\n"%s'),
|
||||
data.value
|
||||
);
|
||||
jQuery.noticeAdd({'text':confirmMessage});
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user