Bugzilla – Attachment 159209 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: (follow-up) Capitalize 'barcode'
Bug-35387-follow-up-Capitalize-barcode.patch (text/plain), 1.56 KB, created by
Jonathan Druart
on 2023-11-23 12:19:56 UTC
(
hide
)
Description:
Bug 35387: (follow-up) Capitalize 'barcode'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-11-23 12:19:56 UTC
Size:
1.56 KB
patch
obsolete
>From 4bd26122b371517f5b6a514ccb5c4fd7f3b45fcc Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 23 Nov 2023 08:30:25 -0300 >Subject: [PATCH] Bug 35387: (follow-up) Capitalize 'barcode' > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../prog/js/vue/components/Preservation/TrainsFormAddItem.vue | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAddItem.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAddItem.vue >index 01108bb46f7..85395d02f3d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAddItem.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAddItem.vue >@@ -110,12 +110,12 @@ > <ol> > <li> > <label class="required" for="barcode" >- >{{ $__("barcode") }}:</label >+ >{{ $__("Barcode") }}:</label > > > <input > id="barcode" > v-model="barcode" >- :placeholder="$__('barcode')" >+ :placeholder="$__('Enter item barcode')" > required > /> > <span class="required">{{ $__("Required") }}</span> >-- >2.34.1
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