Skip to content

Commit

Permalink
Fix typo "Github" in Localizable.strings
Browse files Browse the repository at this point in the history
As GitHub is a brand name, the camel-case "H" should be kept.
  • Loading branch information
NoRi2909 authored Dec 21, 2024
1 parent c5b9cae commit d7ae9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/App/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"component.collapsible_view.expand" = "Expand";
"connection.error.details.button.discord" = "Ask in Discord";
"connection.error.details.button.doc" = "Read documentation";
"connection.error.details.button.github" = "Report issue in Github";
"connection.error.details.button.github" = "Report issue in GitHub";
"connection.error.details.label.code" = "Code";
"connection.error.details.label.description" = "Description";
"connection.error.details.label.domain" = "Domain";
Expand Down Expand Up @@ -1102,4 +1102,4 @@ Home Assistant is free and open source home automation software with a focus on
"widgets.sensors.description" = "Display state of sensors";
"widgets.sensors.not_configured" = "No Sensors Configured";
"widgets.sensors.title" = "Sensors";
"yes_label" = "Yes";
"yes_label" = "Yes";

0 comments on commit d7ae9f3

Please sign in to comment.