fix(Controls): Correct title of rss feed button

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-02-04 14:00:03 +01:00
parent fb4f8a8d29
commit 25df6da4d7
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
<template #icon>
<RssIcon :size="20" />
</template>
<NcActionButton :title="t('bookmarks', 'Copy RSS Feed of current view')"
<NcActionButton :name="t('bookmarks', 'Copy RSS Feed of current view')"
:close-after-click="true"
@click="copyRssUrl">
<template #icon>