mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 04:50:40 -05:00
fix(weather_status): Override the default NcActions aria-label
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
32f9b8b30e
commit
aa1d8d6142
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
<div id="weather-status-menu-item">
|
||||
<NcActions class="weather-status-menu-item__subheader"
|
||||
:default-icon="weatherIcon"
|
||||
:aria-label="currentWeatherMessage"
|
||||
:menu-title="currentWeatherMessage">
|
||||
<NcActionText v-if="gotWeather"
|
||||
:icon="futureWeatherIcon">
|
||||
|
|
|
|||
Loading…
Reference in a new issue