From ab06ca560c27cf22cae4161484e08dd820dea79b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 28 Nov 2023 11:39:20 +0100 Subject: [PATCH] Bug 35376: Rephrase "be careful..." --- .../vue/components/Preservation/SettingsProcessingsFormAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/SettingsProcessingsFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/SettingsProcessingsFormAdd.vue index b8398939775..73c1def65fc 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/SettingsProcessingsFormAdd.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/SettingsProcessingsFormAdd.vue @@ -46,7 +46,7 @@ > {{ $__( - "Be careful removing attribute to this processing, the items using it will be impacted as well!" + "Be careful when removing attributes from this processing: the items using it will be impacted as well!" ) }} -- 2.34.1