mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 15:52:25 -05:00
update webfront translation strings
This commit is contained in:
@ -79,7 +79,7 @@ $(document).ready(function () {
|
||||
clearQueryString();
|
||||
halfmoon.initStickyAlert({
|
||||
content: toastMessage,
|
||||
title: 'Success',
|
||||
title: _localization['WEBFRONT_SCRIPT_ACTION_SUCCESS'],
|
||||
alertType: 'alert-success',
|
||||
fillType: 'filled',
|
||||
timeShown: duration
|
||||
@ -107,7 +107,7 @@ $(document).ready(function () {
|
||||
.fail(function (jqxhr, textStatus, error) {
|
||||
halfmoon.initStickyAlert({
|
||||
content: jqxhr.responseText,
|
||||
title: 'Error',
|
||||
title: _localization['WEBFRONT_SCRIPT_ACTION_ERROR'],
|
||||
alertType: 'alert-danger',
|
||||
fillType: 'filled'
|
||||
});
|
||||
@ -145,7 +145,7 @@ $(document).ready(function () {
|
||||
modal.modal();
|
||||
halfmoon.initStickyAlert({
|
||||
content: escapeHtml(message),
|
||||
title: 'Executed',
|
||||
title: _localization['WEBFRONT_SCRIPT_ACTION_EXECUTED'],
|
||||
alertType: 'alert-primary',
|
||||
fillType: 'filled'
|
||||
});
|
||||
@ -174,7 +174,7 @@ $(document).ready(function () {
|
||||
|
||||
halfmoon.initStickyAlert({
|
||||
content: message,
|
||||
title: 'Error',
|
||||
title: _localization['WEBFRONT_SCRIPT_ACTION_ERROR'],
|
||||
alertType: 'alert-danger',
|
||||
fillType: 'filled'
|
||||
});
|
||||
|
Reference in New Issue
Block a user