Corrected non-escaped ' (apostrophe)

This commit is contained in:
Jo Vuit 2019-02-11 14:45:41 +01:00
parent 5daa99544a
commit 041dc3c89b
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ export default {
},
pending: {
label: this.$pgettext('Content/Library/Table/Short', 'Pending'),
help: this.$pgettext('Content/Library/Help text', 'This track has been uploaded, but hasn't been processed by the server yet'),
help: this.$pgettext('Content/Library/Help text', 'This track has been uploaded, but hasn\'t been processed by the server yet'),
},
errored: {
label: this.$pgettext('Content/Library/Table/Short', 'Errored'),