From d3bc2cc236dd2ab4854d15ba956ad4cbbe9a1422 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 30 Jan 2025 11:10:23 +0100 Subject: [PATCH] Bug 38823: Fix translatability for 'Reports' in ERM menu Signed-off-by: Magnus Enger Confirmed that "Reports" is now treated the same way as every other "title" in the file. --- koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js b/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js index 46c10babbf..03aa27730c 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js @@ -341,7 +341,7 @@ export const routes = [ }, { path: "reports", - title: "Reports", + title: $__("Reports"), icon: "fa fa-bar-chart", is_end_node: true, children: [ -- 2.34.1