Skip to content
Snippets Groups Projects
Commit d24b64c7 authored by marzzzello's avatar marzzzello
Browse files

Fix grammar in msg string in TrackBase.vue

parent da2cc26a
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ export default {
prettyDate: escapeHtml(momentFormat(this.track.creation_date, 'LL')),
})
} 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, {
date: escapeHtml(this.track.creation_date),
prettyDate: escapeHtml(momentFormat(this.track.creation_date, 'LL')),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment