Bugzilla – Attachment 159920 Details for
Bug 35476
Submit button for adding new processings is not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35476: Make 'Submit' translatable in TrainsFormAddItem.vue
Bug-35476-Make-Submit-translatable-in-TrainsFormAd.patch (text/plain), 1.15 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-12-15 20:59:35 UTC
(
hide
)
Description:
Bug 35476: Make 'Submit' translatable in TrainsFormAddItem.vue
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-12-15 20:59:35 UTC
Size:
1.15 KB
patch
obsolete
>From 60bfc1a117e138f0f0229273b8f078ef2fcfccab Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 15 Dec 2023 17:58:25 -0300 >Subject: [PATCH] Bug 35476: Make 'Submit' translatable in > TrainsFormAddItem.vue > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../prog/js/vue/components/Preservation/TrainsFormAddItem.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 14bf7f28145..718aefc302f 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 >@@ -123,7 +123,7 @@ > </ol> > </fieldset> > <fieldset class="action"> >- <input type="submit" value="Submit" /> >+ <input type="submit" :value="$__('Submit')" /> > <router-link > :to="{ > name: 'TrainsShow', >-- >2.43.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 35476
:
159527
|
159662
|
159919
| 159920