mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
fix(weather_status): Override the default NcActions aria-label
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
df5283ad05
commit
1fa63ae431
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue