Skip to content

Commit

Permalink
web/solar_forecast: Improve descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
borg42 committed Aug 3, 2024
1 parent 2c58ab6 commit 1a4b274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion software/web/src/modules/solar_forecast/translation_de.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let x = {
},
"content": {
"solar_forecast": "Solarprognose",
"planes": "Flächen",
"planes": "PV-Flächen",
"plane_config_latitude": "Breitengrad",
"plane_config_latitude_muted": "-90° Süden bis 90° Norden",
"plane_config_longitude": "Längengrad",
Expand Down
4 changes: 2 additions & 2 deletions software/web/src/modules/solar_forecast/translation_en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let x = {
},
"content": {
"solar_forecast": "Solar Forecast",
"planes": "Planes",
"planes": "PV planes",
"plane_config_latitude": "Latitude",
"plane_config_latitude_muted": "-90° south to 90° north",
"plane_config_longitude": "Longitude",
Expand All @@ -22,7 +22,7 @@ let x = {
"add_plane_config_title": "New PV plane",
"add_plane_config_message": "Add new PV plane",
"edit_plane_config_title": "Edit PV plane",
"solar_forecast_desc": "Enable Solar Forecast",
"solar_forecast_desc": "Enable solar forecast",
"solar_forecast_muted": "",
"table_azimuth": "Azimuth",
"table_declination": "Declination",
Expand Down

0 comments on commit 1a4b274

Please sign in to comment.