From 7417e89f782b0086b7012c8d07aeba29f1728f70 Mon Sep 17 00:00:00 2001 From: Nick Colley <2445413+NickColley@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:58:57 +0000 Subject: [PATCH] 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. --- src/intl/en-US.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intl/en-US.js b/src/intl/en-US.js index 24765dd4..282dbaeb 100644 --- a/src/intl/en-US.js +++ b/src/intl/en-US.js @@ -206,7 +206,7 @@ export default { edit: 'Edit', delete: 'Delete', 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', // Polls createPoll: 'Create poll', @@ -230,7 +230,7 @@ export default { postPrivacyLabel: 'Adjust privacy (currently {label})', addContentWarning: 'Add content warning', removeContentWarning: 'Remove content warning', - altLabel: 'Describe for the visually impaired', + altLabel: 'Describe for visually impaired people', extractText: 'Extract text from image', extractingText: 'Extracting text…', extractingTextCompletion: 'Extracting text ({percent}% complete)…',