fix: improve wording of disabled identity (#2275)
Generally phrasing that talks about "the disabled" or "the visually impaired" feels othering, whereas it is more common these days to have identity focused framing.
This commit is contained in:
parent
815438172e
commit
7417e89f78
|
@ -206,7 +206,7 @@ export default {
|
||||||
edit: 'Edit',
|
edit: 'Edit',
|
||||||
delete: 'Delete',
|
delete: 'Delete',
|
||||||
description: 'Description',
|
description: 'Description',
|
||||||
descriptionLabel: 'Describe for the visually impaired (image, video) or auditorily impaired (audio, video)',
|
descriptionLabel: 'Describe for visually impaired (image, video) or auditorily impaired (audio, video) people',
|
||||||
markAsSensitive: 'Mark media as sensitive',
|
markAsSensitive: 'Mark media as sensitive',
|
||||||
// Polls
|
// Polls
|
||||||
createPoll: 'Create poll',
|
createPoll: 'Create poll',
|
||||||
|
@ -230,7 +230,7 @@ export default {
|
||||||
postPrivacyLabel: 'Adjust privacy (currently {label})',
|
postPrivacyLabel: 'Adjust privacy (currently {label})',
|
||||||
addContentWarning: 'Add content warning',
|
addContentWarning: 'Add content warning',
|
||||||
removeContentWarning: 'Remove content warning',
|
removeContentWarning: 'Remove content warning',
|
||||||
altLabel: 'Describe for the visually impaired',
|
altLabel: 'Describe for visually impaired people',
|
||||||
extractText: 'Extract text from image',
|
extractText: 'Extract text from image',
|
||||||
extractingText: 'Extracting text…',
|
extractingText: 'Extracting text…',
|
||||||
extractingTextCompletion: 'Extracting text ({percent}% complete)…',
|
extractingTextCompletion: 'Extracting text ({percent}% complete)…',
|
||||||
|
|
Loading…
Reference in a new issue