From 4e8e825e118be4369331325bc824f00afd129208 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 11 May 2019 21:33:32 +0000 Subject: [PATCH] Bug 22889: Fix typos librairies and libaries Fixes 2 typos. Test: - Review patch Signed-off-by: root --- koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc index 69999d86a0..07642840ff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc @@ -67,7 +67,7 @@ [% IF Koha.Preference('Mana') == 1 and Koha.Preference('AutoShareWithMana').grep('subscription').size == 0 %] [% IF one_language_enabled==0 or mana_id %] - + [% ELSE %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt index 60c0f572f0..224fd30640 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt @@ -17,7 +17,7 @@ [% IF ( Koha.Preference('Mana') == 1) && !mana_url %]

The Mana Knowledge Base feature is enabled but not configured.

-

This feature allows you to retrieve and share data (subscription patterns and reports) with other Koha libaries.

+

This feature allows you to retrieve and share data (subscription patterns and reports) with other Koha libraries.

Ask your system administrator to configure this feature, or remove this note by disabling the 'Mana' system preference.

-- 2.20.1