From c727a1da5a42d93d0f0fef73260e671ff8aa51a4 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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gso/translations/en-GB.json b/gso/translations/en-GB.json
index 39516176..77d127c5 100644
--- a/gso/translations/en-GB.json
+++ b/gso/translations/en-GB.json
@@ -1,12 +1,12 @@
 {
     "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_generic": "Modify Trunk interface" 
+         "modify_generic": "Modify Trunk interface",
+         "modify_isis_metric": "Modify the ISIS metric."
     }
 }
-- 
GitLab