From 3d4c9a744fac98b3728c1ee900c9cbf3affd91aa Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 18 Nov 2019 16:10:14 +0000 Subject: [PATCH] Bug 24057: Hea is not an acronym This patch changes "HEA" (incorrectly capitalized) to "Hea" on the staff client administration home page. To test, apply the patch and set the "UsageStats" system preference to "No, let me think about it." - Go to Administration in the staff client. - There should be a message at the top asking if you want to share anonymous usage statisitcs with the community. The word "Hea" in this message should be capitalized correctly. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 df53b30bc80..8da6c2b4b93 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 @@ -34,7 +34,7 @@ [% IF ( Koha.Preference('UsageStats') == 2 ) %]

Share anonymous usage statistics with the Koha community?

-

You haven't decided if you want to activate usage statistic sharing in Koha yet. Change your HEA settings.

+

You haven't decided if you want to activate usage statistic sharing in Koha yet. Change your Hea settings.

This feature gives the Koha developers valuable information regarding how Koha is being used and helps to drive decisions during the development cycle

[% END %] -- 2.11.0