From 903aa504a63bc8f1d7cdd468a3e2fd53a5e83038 Mon Sep 17 00:00:00 2001 From: Benjamin Klum Date: Sat, 21 Dec 2024 10:48:11 +0100 Subject: [PATCH] Update info message --- main/src/infrastructure/ui/welcome_panel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/infrastructure/ui/welcome_panel.rs b/main/src/infrastructure/ui/welcome_panel.rs index d92c5c1a5..85e87091d 100644 --- a/main/src/infrastructure/ui/welcome_panel.rs +++ b/main/src/infrastructure/ui/welcome_panel.rs @@ -57,7 +57,7 @@ impl WelcomePanel { Some("Please consider checking at least one of the error checkboxes, as it helps to improve Helgobox!") } (false, true) => None, - (true, _) => Some("Error are sent anonymously. Please see our privacy policy for details."), + (true, _) => Some("Errors are sent anonymously. Please see our privacy statement for details."), }; self.view .require_control(root::ID_SETUP_SEND_ERRORS_TO_DEV)