Skip to content

Commit

Permalink
capitalize humidity
Browse files Browse the repository at this point in the history
  • Loading branch information
Yo'av Moshe committed May 8, 2024
1 parent 388b126 commit 1aac849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl Lang {
}
pub fn humidity(&self) -> String {
match &self {
Self::EN => "humidity".to_string(),
Self::EN => "Humidity".to_string(),
Self::DE => "Luftfeuchtigkeit".to_string(),
Self::PL => "Wilgotność".to_string(),
Self::RU => "Влажность".to_string(),
Expand Down

0 comments on commit 1aac849

Please sign in to comment.