diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-05-04 10:55:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 10:55:12 +0200 |
commit | 5a524763fea6f59cda5dcc5963b060b394846745 (patch) | |
tree | 23bca9643f57a2d07d72bfaafd7fd7ae8f62cfef /apps | |
parent | b44de9ccb8395dcaacbf1a8ceee31868188e63e6 (diff) | |
parent | d68afb6e492950c969f2427643873aa412d1313e (diff) | |
download | nextcloud-server-5a524763fea6f59cda5dcc5963b060b394846745.tar.gz nextcloud-server-5a524763fea6f59cda5dcc5963b060b394846745.zip |
Merge pull request #38051 from nextcloud/fix/weather-menu-aria
fix(weather_status): Override the default `NcActions` aria-label
Diffstat (limited to 'apps')
-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" |