From a46808f773c85d1b3c247112c9598570e074f023 Mon Sep 17 00:00:00 2001 From: Amy King Date: Tue, 19 Jan 2021 01:55:00 +0000 Subject: [PATCH] Bug 27027: Fixed typo - extra dot removed Test Plan Before applying patch 1. Open koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt 2. Note how in line 125 "has successfully been modified.." has two full stops 3. Apply patch 4. Repeat step 1 5. Note how there is only now one full stop in line 125 "has been successfully ben modified." Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt index 38d38cb63c..7f866fbbea 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt @@ -122,7 +122,7 @@ [% CASE 'authority_not_modified' %] Authority record [% m.authid | html %] has not been modified. An error occurred on modifying it[% IF m.error %] ([% m.error | html %])[% END %]. [% CASE 'authority_modified' %] - Authority record [% m.authid | html %] has successfully been modified.. + Authority record [% m.authid | html %] has successfully been modified. [% END %] [% END %] -- 2.11.0