Bugzilla – Attachment 167111 Details for
Bug 36618
Make creation of bibliographic records optional for ERM local titles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36618: (follow-up) Fix broken translations
Bug-36618-follow-up-Fix-broken-translations.patch (text/plain), 1.75 KB, created by
Matt Blenkinsop
on 2024-05-23 13:49:21 UTC
(
hide
)
Description:
Bug 36618: (follow-up) Fix broken translations
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-05-23 13:49:21 UTC
Size:
1.75 KB
patch
obsolete
>From 2bb9db5d8e16f19264fe4cbec3829c74e7b73e46 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Thu, 23 May 2024 13:48:36 +0000 >Subject: [PATCH] Bug 36618: (follow-up) Fix broken translations > >--- > .../components/ERM/EHoldingsLocalTitlesFormAdd.vue | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue >index a8aadc60b0..16ad8143ef 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue >@@ -374,16 +374,16 @@ > > > <legend> > {{ >- $__("%s linked biblio record").format( >- title.title_id ? "Update" : "Create" >- ) >+ title.title_id >+ ? $__("Update linked bibliographic record") >+ : $__("Create linked bibliographic record") > }}: > </legend> > <label for="create_linked_biblio" > >{{ >- $__("%s record").format( >- title.title_id ? "Update" : "Create" >- ) >+ title.title_id >+ ? $__("Update record") >+ : $__("Create record") > }}:</label > > > <input >-- >2.37.1 (Apple Git-137.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 36618
:
164992
|
164993
|
166149
|
166150
|
166380
|
166381
|
166382
|
166386
|
166387
|
166388
| 167111