aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-05-04 10:55:12 +0200
committerGitHub <noreply@github.com>2023-05-04 10:55:12 +0200
commit5a524763fea6f59cda5dcc5963b060b394846745 (patch)
tree23bca9643f57a2d07d72bfaafd7fd7ae8f62cfef /apps
parentb44de9ccb8395dcaacbf1a8ceee31868188e63e6 (diff)
parentd68afb6e492950c969f2427643873aa412d1313e (diff)
downloadnextcloud-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.vue1
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"