Skip to content

Commit

Permalink
Update apps/files/js/mainfileinfodetailview.js
Browse files Browse the repository at this point in the history
Yes, any hint for translators are appreciated.

Co-authored-by: Joas Schilling <[email protected]>
Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven and nickvergessen committed Sep 17, 2024
1 parent 7e84b52 commit 6874794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/js/mainfileinfodetailview.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
timestamp: this.model.get('mtime'),
date: OC.Util.relativeModifiedDate(this.model.get('mtime')),
hasFavoriteAction: hasFavoriteAction,
starAltText: isFavorite ? t('files', 'Favoured') : t('files', 'Favorite'),
starAltText: isFavorite ? t('files', 'Favoured') : t('files', 'Favour'),
starClass: isFavorite ? 'icon-starred' : 'icon-star',
permalink: this._makePermalink(this.model.get('id')),
permalinkTitle: t('files', 'Copy direct link (only works for people who have access to this file/folder)')
Expand Down

0 comments on commit 6874794

Please sign in to comment.