Tweak strings (#11407)

This commit is contained in:
surfdude29
2026-08-06 13:18:38 +01:00
committed by GitHub
parent 5cf6d8fa21
commit 78a5c222bf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -446,11 +446,11 @@ function getProcessingErrorMessage(
return i18n._(msg`The selected video could not be encoded.`)
case 'pds_upload_failure':
return i18n._(
msg`The video could not be uploaded to your PDS. Please try again.`,
msg`The video could not be uploaded to your hosting provider. Please try again.`,
)
case 'pds_upload_unsupported_blob_size':
return i18n._(
msg`Your PDS does not support videos this large. Please try again with a smaller file.`,
msg`Your hosting provider does not support videos this large. Please try again with a smaller file.`,
)
case 'generic_failure':
default: