Skip to content

Commit

Permalink
Update apps/files/js/tagsplugin.js
Browse files Browse the repository at this point in the history
Co-authored-by: Anna <[email protected]>
Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven and miaulalala authored Sep 19, 2024
1 parent 99449b7 commit 36ba734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/js/tagsplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
function renderStar (state) {
return OCA.Files.Templates['favorite_mark']({
isFavorite: state,
altText: state ? t('files', 'Favoured') : t('files', 'Not favoured'),
altText: state ? t('files', 'Favored') : t('files', 'Not favored'),
iconClass: getStarIconClass(state)
});
}
Expand Down

0 comments on commit 36ba734

Please sign in to comment.