Bugzilla – Attachment 159199 Details for
Bug 35387
Capitalization: Labels in preservation module are not capitalized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35387: Fix capitalization of 'name' label in preservation module
Bug-35387-Fix-capitalization-of-name-label-in-pres.patch (text/plain), 1.21 KB, created by
David Nind
on 2023-11-22 21:07:35 UTC
(
hide
)
Description:
Bug 35387: Fix capitalization of 'name' label in preservation module
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-11-22 21:07:35 UTC
Size:
1.21 KB
patch
obsolete
>From 374bcdea598d13ee7da31c965092b7336c76786a Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 22 Nov 2023 17:56:10 -0300 >Subject: [PATCH] Bug 35387: Fix capitalization of 'name' label in preservation > module > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: David Nind <david@davidnind.com> >--- > .../prog/js/vue/components/Preservation/TrainsFormAdd.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAdd.vue >index 89ed2e70ca..2df8a634ad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAdd.vue >@@ -11,7 +11,7 @@ > <ol> > <li> > <label class="required" for="train_name" >- >{{ $__("name") }}:</label >+ >{{ $__("Name") }}:</label > > > <input > id="train_name" >-- >2.30.2
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 35387
:
159198
|
159199
|
159207
|
159208
|
159209