From ed2b10a04f6549abdd7f940b833d91ef67e8f08b Mon Sep 17 00:00:00 2001 From: Ken-ichi Ueda Date: Thu, 31 Oct 2024 12:34:37 -0700 Subject: [PATCH] feat: minor text updates --- src/components/AddObsModal.tsx | 4 ++-- .../ObsEdit/Sheets/GeoprivacySheet.tsx | 2 +- src/components/Settings/Settings.js | 16 +++++++------ src/components/SoundRecorder/SoundRecorder.js | 24 ++++++++----------- src/i18n/l10n/en.ftl | 15 +++++++----- src/i18n/l10n/en.ftl.json | 10 ++++---- src/i18n/strings.ftl | 15 +++++++----- tests/unit/components/Settings.test.js | 4 ++-- 8 files changed, 47 insertions(+), 43 deletions(-) diff --git a/src/components/AddObsModal.tsx b/src/components/AddObsModal.tsx index cfd72bb48..0ecda3433 100644 --- a/src/components/AddObsModal.tsx +++ b/src/components/AddObsModal.tsx @@ -55,7 +55,7 @@ const AddObsModal = ( { closeModal, navAndCloseModal }: Props ) => { accessibilityHint: t( "Navigates-to-AI-camera" ) }, standardCamera: { - text: t( "Take-photos-with-the-camera" ), + text: t( "Take-multiple-photos-of-a-single-organism" ), icon: "camera", onPress: ( ) => navAndCloseModal( "Camera", { camera: "Standard" } ), testID: "camera-button", @@ -73,7 +73,7 @@ const AddObsModal = ( { closeModal, navAndCloseModal }: Props ) => { accessibilityHint: t( "Navigates-to-photo-importer" ) }, soundRecorder: { - text: t( "Record-sounds" ), + text: t( "Record-a-sound" ), icon: "microphone", onPress: ( ) => navAndCloseModal( "SoundRecorder" ), testID: "record-sound-button", diff --git a/src/components/ObsEdit/Sheets/GeoprivacySheet.tsx b/src/components/ObsEdit/Sheets/GeoprivacySheet.tsx index fc7f9b78e..592019196 100644 --- a/src/components/ObsEdit/Sheets/GeoprivacySheet.tsx +++ b/src/components/ObsEdit/Sheets/GeoprivacySheet.tsx @@ -37,7 +37,7 @@ const GeoprivacySheet = ( { }, private: { label: t( "Private" ), - text: t( "The-location-will-not-be-visible" ), + text: t( "The-location-will-not-be-visible-to-others" ), value: GEOPRIVACY_PRIVATE } } ), [t] ); diff --git a/src/components/Settings/Settings.js b/src/components/Settings/Settings.js index 0f9baa844..a519f2855 100644 --- a/src/components/Settings/Settings.js +++ b/src/components/Settings/Settings.js @@ -187,15 +187,15 @@ const Settings = ( ) => { /> {t( "INATURALIST-ACCOUNT-SETTINGS" )} - {t( "To-access-all-other-settings" )} + {t( "Edit-your-profile-change-your-settings" )}