From 8352334a1273c4d13ddba44db7a1053322467511 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Wed, 29 Jun 2022 11:12:57 -0400 Subject: [PATCH] Bug 31062: Change description of QOTD tool in tools-home MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch changes the name and description of the QOTD tool in order to make them more consistent with the other tool names and descriptions. To test: 1) Go to Tools 2) Read the QOTD tool name and description, make sure they make sense and that there are no typos 3) Test the link to make sure it goes to the tool Signed-off-by: David Nind Signed-off-by: Fridolin Somers Signed-off-by: Tomás Cohen Arazi (cherry picked from commit 30cc6f422f1e7f2cd130d8327317f2805d510e9a) Signed-off-by: Lucas Gass (cherry picked from commit 98883753a063d9ed5f89e492c027d750caa23ef9) Signed-off-by: Arthur Suzuki --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt index 5d0d7f84cb..7cb853f53d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt @@ -128,8 +128,8 @@ [% END %] [% IF ( CAN_user_tools_edit_quotes ) %] -
Edit quotes for QOTD feature
-
Quote editor for Quote-of-the-day feature in OPAC
+
Quote editor
+
Manage 'Quote of the day' quotes
[% END %] [% IF ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool && tool_plugins ) %] -- 2.39.5