From dd8e13e2879b4dc9ee633b7e4125fd32e04c68d9 Mon Sep 17 00:00:00 2001 From: Nick Colley <2445413+nickcolley@users.noreply.github.com> Date: Mon, 28 Nov 2022 23:13:53 +0000 Subject: [PATCH] fix: improve wording of disabled identity 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 3f7c1b95..fe84d913 100644 --- a/src/intl/en-US.js +++ b/src/intl/en-US.js @@ -205,7 +205,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', @@ -229,7 +229,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)…',