Bugzilla – Attachment 118873 Details for
Bug 28033
Minor capitalization corrections
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28033: Fix minor capitalization errors
Bug-28033-Fix-minor-capitalization-errors.patch (text/plain), 1.96 KB, created by
David Nind
on 2021-03-26 18:22:56 UTC
(
hide
)
Description:
Bug 28033: Fix minor capitalization errors
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-03-26 18:22:56 UTC
Size:
1.96 KB
patch
obsolete
>From c920ac9fbf2c0bbf918a2f24fe812a1ad0daa04c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 25 Mar 2021 15:37:31 +0000 >Subject: [PATCH] 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> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt | 6 +++--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt >index 52e22fbed5..73e6a9a86a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt >@@ -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> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt >index 487604df5b..bda88019bc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt >@@ -29,7 +29,7 @@ > [% ELSE %] > <li> > <a href="#" aria-current="page"> >- Most-Circulated Items >+ Most-circulated items > </a> > </li> > [% END %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28033
:
118823
|
118873
|
118893