fix: ♿ missing aria-lebel on new subscribe on search button
This commit is contained in:
parent
691ee72ac5
commit
c27f358f71
@ -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)">
|
||||
|
Loading…
Reference in New Issue
Block a user