Merge pull request #41733 from nextcloud/backport/41719/stable28

[stable28] Fix action button labels
This commit is contained in:
Andy Scherzinger 2023-11-24 16:25:30 +01:00 committed by GitHub
commit 2f1dfc8bcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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