From c8df501d70a628ecbd5906f9992291001cdf49db Mon Sep 17 00:00:00 2001 From: Karel van Klink <karel.vanklink@geant.org> Date: Wed, 28 Jun 2023 16:52:13 +0200 Subject: [PATCH] update current translations to be more generic --- gso/translations/en-GB.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gso/translations/en-GB.json b/gso/translations/en-GB.json index 3ae6a397..87532803 100644 --- a/gso/translations/en-GB.json +++ b/gso/translations/en-GB.json @@ -1,11 +1,11 @@ { "forms": { "fields": { - "confirm": "Confirm you are good with this", - "confirm_info": "Check the output of the playbook" - } + "confirm": "Confirm", + "confirm_info": "Please verify this form looks correct." + } }, "workflow": { - "modify_isis_metric": "Modify the ISIS metric" + "modify_isis_metric": "Modify the ISIS metric." } } -- GitLab