@@ -, +, @@ strings --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt @@ -373,9 +373,9 @@ [% END %] [% ELSIF ( loopro.module == 'RECALLS' ) %] [% IF loopro.recall.item_level %] - Item-level recall on item + Item-level recall on item [% ELSE %] - Biblio-level recall on biblio + Biblio-level recall on biblio [% END %] [% ELSE %] [% loopro.object | html %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt @@ -43,9 +43,9 @@

The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon! [% IF ( Koha.Preference( 'ReplytoDefault' ) ) %] - If you have any questions, please contact the site administrator + If you have any questions, please contact the site administrator [% ELSIF ( Koha.Preference( 'KohaAdminEmailAddress' ) ) %] - If you have any questions, please contact the site administrator + If you have any questions, please contact the site administrator [% END %]

[% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt @@ -124,10 +124,10 @@ [% END # / TAGLOOP%] [% IF ( add_op ) %] [% IF ( added_count ) %] -
[% added_count | html %] [% IF ( added_count == 1 ) %]tag[% ELSE %]tags[% END %] successfully added.
+
[% added_count | html %] [% IF ( added_count == 1 ) %]tag[% ELSE %]tags[% END %] successfully added.
[% END %] [% IF ( deleted_count ) %] -
[% deleted_count | html %] [% IF ( deleted_count == 1 ) %]tag[% ELSE %]tags[% END %] successfully deleted.
+
[% deleted_count | html %] [% IF ( deleted_count == 1 ) %]tag[% ELSE %]tags[% END %] successfully deleted.
[% END %] [% END # /add_op %] --