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

clean up some more translations

This commit is contained in:
RaidMax
2022-07-05 12:42:17 -05:00
parent c8eb6168d9
commit 34d800a8b4
16 changed files with 17 additions and 22 deletions

View File

@ -29,7 +29,7 @@
$('#console_command_response').append(`<div class="text-danger">${escapeHtml(item)}</div>`);
})
} else {
$('#console_command_response').append(`<div class="text-danger">Could not execute command...</div>`);
$('#console_command_response').append(`<div class="text-danger">${_localization['WEBFRONT_SCRIPT_CONSOLE_ERROR']}</div>`);
}
});
}