From ebf53f8bb6402185bc50072fe88d4dc243638978 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 22 Aug 2022 08:18:46 +0100 Subject: [PATCH] Bug 31428: 'Configure this table' -> 'Configure' I agree, the shorter wording should be used. --- koha-tmpl/intranet-tmpl/prog/js/datatables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/js/datatables.js index 941ecbf351..cfd3d2c654 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js +++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js @@ -818,7 +818,7 @@ jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { { className: "dt_button_configure_table", titleAttr: __("Configure this table"), - text: ' ' + __("Configure this table") + '', + text: ' ' + __("Configure") + '', action: function() { window.location = '/cgi-bin/koha/admin/columns_settings.pl?module=' + table_settings['module'] + '&page=' + table_settings['page'] + '&table=' + table_settings['table']; }, -- 2.20.1