Skip to content

Commit

Permalink
Update info message
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Dec 21, 2024
1 parent 25e8485 commit 903aa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/infrastructure/ui/welcome_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 903aa50

Please sign in to comment.