Bug 32226: Fix capitalization of "Add/Edit html content"
HTML is an abbreviation and as such should always be capitalized. To test: * Go to administration > libraries * Edit any existing branch * The hint for OPAC info reads 'Add html content' * Add some content, verify the link changes to 'Edit html content' * Apply patch * Verify both cases now read 'HTML' Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
4dba323ec3
commit
a4f190d0c2
1 changed files with 2 additions and 2 deletions
|
@ -242,9 +242,9 @@ Libraries › Administration › Koha
|
|||
<li><label for="opac_info">OPAC info: </label>
|
||||
[% IF OpacLibraryInfo %]<!-- opac_info -->
|
||||
<div>[% OpacLibraryInfo.content | $raw %]</div>
|
||||
<div class="hint"><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&id=[% OpacLibraryInfo.id | $raw %]&editmode=wysiwyg" target="_blank">Edit html content</a></div>
|
||||
<div class="hint"><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&id=[% OpacLibraryInfo.id | $raw %]&editmode=wysiwyg" target="_blank">Edit HTML content</a></div>
|
||||
[% ELSE %]
|
||||
<a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&editmode=wysiwyg" target="_blank">Add html content</a>
|
||||
<a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations&op=add_form&editmode=wysiwyg" target="_blank">Add HTML content</a>
|
||||
[% END %]
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue