Skip to content

Commit

Permalink
Update mainfileinfodetailview.js
Browse files Browse the repository at this point in the history
Added hint for translators.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored Sep 17, 2024
1 parent 6874794 commit 7f5f022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files/js/mainfileinfodetailview.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
timestamp: this.model.get('mtime'),
date: OC.Util.relativeModifiedDate(this.model.get('mtime')),
hasFavoriteAction: hasFavoriteAction,
// TRANSLATORS "Favour" is a verb
starAltText: isFavorite ? t('files', 'Favoured') : t('files', 'Favour'),
starClass: isFavorite ? 'icon-starred' : 'icon-star',
permalink: this._makePermalink(this.model.get('id')),
Expand Down

0 comments on commit 7f5f022

Please sign in to comment.