1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

update webfront translation strings

This commit is contained in:
RaidMax
2022-07-05 12:02:43 -05:00
parent b422e72c71
commit c8eb6168d9
38 changed files with 178 additions and 127 deletions

View File

@ -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'
});