]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(weather_status): Override the default `NcActions` aria-label
authorFerdinand Thiessen <opensource@fthiessen.de>
Wed, 3 May 2023 17:39:27 +0000 (19:39 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Wed, 3 May 2023 17:39:27 +0000 (19:39 +0200)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/weather_status/src/App.vue

index 7035b586d322e505f399200412a76f1930ebdafe..48e1198d555940d9ece8be05036182132480e8cd 100644 (file)
@@ -25,6 +25,7 @@
                        <NcActions class="weather-status-menu-item__subheader"
                                :default-icon="weatherIcon"
                                :aria-hidden="true"
+                               :aria-label="currentWeatherMessage"
                                :menu-title="currentWeatherMessage">
                                <NcActionText v-if="gotWeather"
                                        :aria-hidden="true"