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>
|
<template #actions>
|
||||||
<NcActionButton
|
<NcActionButton
|
||||||
v-if="!isSubscribed(feed.link)"
|
v-if="!isSubscribed(feed.link)"
|
||||||
|
:aria-label="t('repod', 'Subscribe')"
|
||||||
:name="t('repod', 'Subscribe')"
|
:name="t('repod', 'Subscribe')"
|
||||||
:title="t('repod', 'Subscribe')"
|
:title="t('repod', 'Subscribe')"
|
||||||
@click="addSubscription(feed.link)">
|
@click="addSubscription(feed.link)">
|
||||||
|
Loading…
Reference in New Issue
Block a user