From 37e5edbc83e1642b4605ad816eb823935c00d426 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 26 Aug 2020 12:58:44 +0200 Subject: [PATCH] Bug 26015: Replace 2 missing occurrences Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- t/db_dependent/selenium/authentication.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt index 7e038a85cb..a03757e612 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -4,7 +4,7 @@ [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha staff client +Koha staff interface [% Asset.css("css/mainpage.css") | $raw %] [% INCLUDE 'doc-head-close.inc' %] diff --git a/t/db_dependent/selenium/authentication.t b/t/db_dependent/selenium/authentication.t index d24558de2d..97a7176fed 100644 --- a/t/db_dependent/selenium/authentication.t +++ b/t/db_dependent/selenium/authentication.t @@ -66,7 +66,7 @@ SKIP: { $patron->flags(1)->store; # superlibrarian permission $s->auth( $patron->userid, $password ); - like( $driver->get_title, qr(Koha staff client), 'Patron with flags superlibrarian should be able to login' ); + like( $driver->get_title, qr(Koha staff interface), 'Patron with flags superlibrarian should be able to login' ); push @data_to_cleanup, $patron, $patron->category, $patron->library; }; -- 2.20.1