stringify

This commit is contained in:
HB9HIL
2024-09-14 17:20:06 +00:00
parent c788bbfa93
commit 15757e8c3e
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
var lang_no_states_for_dxcc_available = "<?= html_entity_decode(__("No states for this DXCC available")); ?>";
var lang_qrbcalc_title = '<?= __("Compute QRB and QTF"); ?>';
var lang_qrbcalc_errmsg = '<?= __("Error in locators. Please check."); ?>';
var lang_general_refresh_list = '<?= __("Refresh List"); ?>';
</script>
<!-- General JS Files used across Wavelog -->

View File

@@ -46,7 +46,7 @@ function init_datatable() {
dom: 'Bfrtip',
buttons: [
{
text: 'Refresh',
text: lang_general_refresh_list,
action: function (e, dt, node, config) {
reloadCrons();
}