Skip to content

Commit

Permalink
fix (ux): change "supress warnings" to "hide warnings"
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Dec 30, 2023
1 parent 3176620 commit 867c01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screen/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub fn view(general: &config::GeneralConfig) -> Element<Message> {

let settings = column![]
.push(checkbox(
"Suppress Warnings",
"Hide Warnings",
general.suppress_warnings,
Message::SuppressWarnings,
))
Expand Down

0 comments on commit 867c01d

Please sign in to comment.