diff options
Diffstat (limited to 'apps/weather_status/src/App.vue')
-rw-r--r-- | apps/weather_status/src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/weather_status/src/App.vue b/apps/weather_status/src/App.vue index ed4aed27ab5..417c0dd959f 100644 --- a/apps/weather_status/src/App.vue +++ b/apps/weather_status/src/App.vue @@ -65,7 +65,7 @@ {{ t('weather_status', 'Set custom address') }} </NcActionInput> <template v-if="favorites.length > 0"> - <NcActionCaption :title="t('weather_status', 'Favorites')" /> + <NcActionCaption :name="t('weather_status', 'Favorites')" /> <NcActionButton v-for="favorite in favorites" :key="favorite" :aria-hidden="true" |