From df79b43c6c1985211c77420406bfa45d0bb57b8e Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Tue, 15 Aug 2017 18:43:09 -0400 Subject: [PATCH] LP#1710991: Do not translate username and workstation in webclient navbar In the web client's navbar, do not translate username and workstation. This causes errors with rendering the menus if other locales translate the variables. Signed-off-by: Ben Shum Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/navbar.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index 748ef4b87f..0482d991fb 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -510,7 +510,7 @@
  • - [% l('{{username}} @ {{workstation}}') %] + {{username}} @ {{workstation}}
  • -- 2.43.2