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:
parent
2b607d8414
commit
08bebe336c
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
[% ELSE %]
|
||||
<li>
|
||||
<a href="#" aria-current="page">
|
||||
Most-Circulated Items
|
||||
Most-circulated items
|
||||
</a>
|
||||
</li>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue