Fix action button labels

Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Marco Ambrosini 2023-11-24 14:40:15 +09:00 committed by nextcloud-command
parent eeba809a52
commit 53a6857287
3 changed files with 4 additions and 4 deletions

View file

@ -57,7 +57,7 @@
<template v-else #icon>
<Star :size="20" />
</template>
{{ fileInfo.isFavourited ? t('files', 'Add to favorites') : t('files', 'Remove from favorites') }}
{{ fileInfo.isFavourited ? t('files', 'Remove from favorites') : t('files', 'Add to favorites') }}
</NcActionButton>
<!-- TODO: create proper api for apps to register actions
And inject themselves here. -->

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long