From 04593cb2d7288ca128db07fa34fd60501960e962 Mon Sep 17 00:00:00 2001 From: "Romain DEP." Date: Thu, 10 Jul 2025 13:15:41 +0200 Subject: [PATCH] fix(options): display a less ambiguous/scary message after performing a consistency check. The current message could easily be misinterpreted as an instruction for the user to go fix issues --- apps/client/src/translations/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index cf79ca8c1..6a448c2f8 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -1025,7 +1025,7 @@ "title": "Consistency Checks", "find_and_fix_button": "Find and fix consistency issues", "finding_and_fixing_message": "Finding and fixing consistency issues...", - "issues_fixed_message": "Consistency issues should be fixed." + "issues_fixed_message": "Any consistency issue which may have been found is now fixed." }, "database_anonymization": { "title": "Database Anonymization",