Bug 31062: Change description of QOTD tool in tools-home
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 <david@davidnind.com> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
89c910449d
commit
30cc6f422f
1 changed files with 2 additions and 2 deletions
|
@ -129,8 +129,8 @@
|
|||
[% END %]
|
||||
|
||||
[% IF ( CAN_user_tools_edit_quotes ) %]
|
||||
<dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit quotes for QOTD feature</a></dt>
|
||||
<dd>Quote editor for Quote-of-the-day feature in OPAC</dd>
|
||||
<dt><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></dt>
|
||||
<dd>Manage 'Quote of the day' quotes</dd>
|
||||
[% END %]
|
||||
|
||||
[% IF ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool && tool_plugins ) %]
|
||||
|
|
Loading…
Reference in a new issue