Skip to content
Snippets Groups Projects
Commit 6678c46d authored by Agate's avatar Agate :speech_balloon:
Browse files

Merge branch 'patch-2' into 'develop'

Fix grammar in msg string in TrackBase.vue

See merge request funkwhale/funkwhale!1090
parents 0c6edd72 d24b64c7
Branches
Tags
No related merge requests found
...@@ -276,7 +276,7 @@ export default { ...@@ -276,7 +276,7 @@ export default {
prettyDate: escapeHtml(momentFormat(this.track.creation_date, 'LL')), prettyDate: escapeHtml(momentFormat(this.track.creation_date, 'LL')),
}) })
} else { } else {
msg = this.$pgettext('Content/Track/Paragraph', 'Uploaded by on <time title="%{ date }" datetime="%{ date }">%{ prettyDate }</time>') msg = this.$pgettext('Content/Track/Paragraph', 'Uploaded on <time title="%{ date }" datetime="%{ date }">%{ prettyDate }</time>')
return this.$gettextInterpolate(msg, { return this.$gettextInterpolate(msg, {
date: escapeHtml(this.track.creation_date), date: escapeHtml(this.track.creation_date),
prettyDate: escapeHtml(momentFormat(this.track.creation_date, 'LL')), prettyDate: escapeHtml(momentFormat(this.track.creation_date, 'LL')),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment