diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-05-03 19:39:27 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-05-03 19:39:27 +0200 |
commit | 1fa63ae4315e9bc369ef95344e993b39c1970d4d (patch) | |
tree | dd13c8f1eb288ae6c8913b2e3ca17fec6bd3507e | |
parent | df5283ad05f8ffa1a0fe979429746ca071a54326 (diff) | |
download | nextcloud-server-1fa63ae4315e9bc369ef95344e993b39c1970d4d.tar.gz nextcloud-server-1fa63ae4315e9bc369ef95344e993b39c1970d4d.zip |
fix(weather_status): Override the default `NcActions` aria-label
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-rw-r--r-- | apps/weather_status/src/App.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/weather_status/src/App.vue b/apps/weather_status/src/App.vue index 7035b586d32..48e1198d555 100644 --- a/apps/weather_status/src/App.vue +++ b/apps/weather_status/src/App.vue @@ -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" |