Clarify video encoding failure
This commit is contained in:
@@ -452,9 +452,7 @@ function getProcessingErrorMessage(
|
|||||||
|
|
||||||
switch (failureCode) {
|
switch (failureCode) {
|
||||||
case 'encoding_failure':
|
case 'encoding_failure':
|
||||||
return i18n._(
|
return i18n._(msg`The selected video could not be encoded.`)
|
||||||
msg`An error occurred while processing the video. Please try again.`,
|
|
||||||
)
|
|
||||||
case 'pds_upload_failure':
|
case 'pds_upload_failure':
|
||||||
return i18n._(
|
return i18n._(
|
||||||
msg`The video could not be uploaded to your PDS. Please try again.`,
|
msg`The video could not be uploaded to your PDS. Please try again.`,
|
||||||
|
|||||||
Reference in New Issue
Block a user