From bad71e83690431294d1a620744a0787f0c874f79 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 16 Apr 2023 11:29:39 +0000 Subject: [PATCH] Bug 32931: Fix translatability issues on 'new agreement' form This fixes the "Yes" and "No" options and "License info" placeholder. To get to the options: 1. Enable the ERMModule system preference 2. Go to E-resource management 3. Click "Agreements" 4. Click "New agreement" --> Field "Is perpetual", options are Yes and No --> At the bottom of the form "License info" with "License info" within the input field 5. Install (complete) language, verify those are not translated 6. Apply patch 7. Update po files 8. Verify strings exist for this file, translate if necessary 9. Re-install language 10. Verify strings are now translated Signed-off-by: David Nind Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1278b9f4fdab6b5863b8147aa9e9dc7d08064798) Signed-off-by: Martin Renvoize --- .../prog/js/vue/components/ERM/AgreementsFormAdd.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue index cafa96fae1..8374e037d3 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue @@ -105,7 +105,7 @@ :value="true" v-model="agreement.is_perpetual" /> - Yes + {{ $__("Yes") }}:
  • @@ -137,7 +137,7 @@