Translatable title...

This commit is contained in:
int2001
2025-01-02 05:35:17 +00:00
parent bd868f963b
commit e787029bc7
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
var dxcluster_maxage = <?php echo $this->optionslib->get_option('dxcluster_maxage') ?? 60; ?>;
var custom_date_format = "<?php echo $custom_date_format ?>";
var popup_warning = "<?= __("Pop-up was blocked! Please allow pop-ups for this site permanently."); ?>";
var lang_click_to_prepare_logging = "<?= __("Click to prepare logging."); ?>";
</script>
<style>

View File

@@ -24,7 +24,7 @@ $(function() {
'targets': 2,
'createdCell': function (td, cellData, rowData, row, col) {
$(td).addClass("spotted_call");
$(td).attr( "title", "Click to prepare logging" );
$(td).attr( "title", lang_click_to_prepare_logging);
}
}
],