Tweak strings (#11407)
This commit is contained in:
@@ -268,7 +268,7 @@ function Inner(props: ReportDialogProps) {
|
|||||||
|
|
||||||
let error = l`Something went wrong. Please try again.`
|
let error = l`Something went wrong. Please try again.`
|
||||||
if (classification.kind === 'account-takedown') {
|
if (classification.kind === 'account-takedown') {
|
||||||
error = l`Your account cannot submit reports while it is taken down.`
|
error = l`Your account cannot submit reports while it is suspended.`
|
||||||
} else if (classification.kind === 'invalid-reason-type') {
|
} else if (classification.kind === 'invalid-reason-type') {
|
||||||
error = l`This moderation service does not support that report reason. Please choose a different reason or moderation service.`
|
error = l`This moderation service does not support that report reason. Please choose a different reason or moderation service.`
|
||||||
} else if (classification.kind === 'service-unavailable') {
|
} else if (classification.kind === 'service-unavailable') {
|
||||||
|
|||||||
@@ -446,11 +446,11 @@ function getProcessingErrorMessage(
|
|||||||
return i18n._(msg`The selected video could not be encoded.`)
|
return i18n._(msg`The selected video could not be encoded.`)
|
||||||
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 hosting provider. Please try again.`,
|
||||||
)
|
)
|
||||||
case 'pds_upload_unsupported_blob_size':
|
case 'pds_upload_unsupported_blob_size':
|
||||||
return i18n._(
|
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':
|
case 'generic_failure':
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user