From 473a0781e91f5b69886fb73adeb679c16820c324 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Thu, 21 Nov 2024 14:42:39 +0000 Subject: [PATCH] Bug 36836: Amend translation fixes Signed-off-by: David Nind --- .../prog/js/vue/components/ERM/AgreementsShow.vue | 2 +- .../ERM/UsageStatisticsDataProvidersFormAdd.vue | 4 ++-- .../ERM/UsageStatisticsDataProvidersShow.vue | 2 +- .../ERM/UsageStatisticsReportBuilder.vue | 14 +++++++------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue index e21c54c53b..c8330cddaa 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue @@ -278,7 +278,7 @@ agreement_package.package.name }} - {{ $__("(local)") }} diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue index b9db6ceee5..5cbad96300 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue @@ -421,8 +421,8 @@ export default { initialized: false, previous_route: "", statuses: [ - { description: __("Active"), value: 1 }, - { description: __("Inactive"), value: 0 }, + { description: this.$__("Active"), value: 1 }, + { description: this.$__("Inactive"), value: 0 }, ], registry_data: [], valid_report_types: [...this.av_report_types], diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue index 543f171165..21d46e2e70 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue @@ -58,7 +58,7 @@ v-bind:class=" tab_content === item.data_type ? 'active' : '' " - >{{ $item.tab_name }}{{ item.tab_name }}