@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt @@ -74,7 +74,7 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } var success_test_call = function() { $('#test_button').prop('disabled', false); - $('#test_button').attr("value","Test"); + $('#test_button').attr("value",_("Test")); }; $(document).ready(function() { $('.ajax_buttons' ).css({visibility:"visible"}); --