fix: missing aria-lebel on new subscribe on search button

This commit is contained in:
Michel Roux 2024-05-31 13:47:11 +02:00
parent 691ee72ac5
commit c27f358f71

View File

@ -20,6 +20,7 @@
<template #actions>
<NcActionButton
v-if="!isSubscribed(feed.link)"
:aria-label="t('repod', 'Subscribe')"
:name="t('repod', 'Subscribe')"
:title="t('repod', 'Subscribe')"
@click="addSubscription(feed.link)">