Merge pull request #38079 from nextcloud/stable26-fix-weather-aria-label

[stable26] Fix weather app aria label
This commit is contained in:
Ferdinand Thiessen 2023-05-05 16:55:24 +02:00 committed by GitHub
commit 769242d644
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -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">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long