Bug 28033: Fix minor capitalization errors

This patch corrects capitalization in two templates:

- Administration -> Desks:
  "Modify Desk" / "New Desk" -> "Modify desk", "New desk" in breadcrumbs
  menu.
- Reports -> Most-circulated items:
  "Most-circulated Items" -> "Most-circulated items" in breadcrumbs.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Owen Leonard 2021-03-25 15:37:31 +00:00 committed by Jonathan Druart
parent 2b607d8414
commit 08bebe336c
2 changed files with 4 additions and 4 deletions

View file

@ -27,10 +27,10 @@
<li>
<a href="#" aria-current="page">
[% IF desk.desk_id %]
Modify
Modify desk
[% ELSE %]
New
[% END %] Desk
New desk
[% END %]
</a>
</li>

View file

@ -29,7 +29,7 @@
[% ELSE %]
<li>
<a href="#" aria-current="page">
Most-Circulated Items
Most-circulated items
</a>
</li>
[% END %]