aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/weather_status/src/App.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/weather_status/src/App.vue b/apps/weather_status/src/App.vue
index 32f645a1c2c..9bd217cd894 100644
--- a/apps/weather_status/src/App.vue
+++ b/apps/weather_status/src/App.vue
@@ -26,7 +26,7 @@
:default-icon="weatherIcon"
:aria-hidden="true"
:aria-label="currentWeatherMessage"
- :menu-title="currentWeatherMessage">
+ :menu-name="currentWeatherMessage">
<NcActionText v-if="gotWeather"
:aria-hidden="true"
:icon="futureWeatherIcon">
@@ -517,7 +517,7 @@ export default {
? weatherOptions[weatherCode].text(
Math.round(this.getLocalizedTemperature(temperature)),
this.temperatureUnit,
- later
+ later,
)
: t('weather_status', 'Set location for weather')
},