diff --git a/src/components/dialogs/BirthDateSettings.tsx b/src/components/dialogs/BirthDateSettings.tsx index 6294efec6d..9915d0a2d7 100644 --- a/src/components/dialogs/BirthDateSettings.tsx +++ b/src/components/dialogs/BirthDateSettings.tsx @@ -40,11 +40,11 @@ export function BirthDateSettingsDialog({ {isBirthdateUpdateAllowed ? ( - My Birthday + My Birthdate @@ -60,7 +60,7 @@ export function BirthDateSettingsDialog({ message={ error?.toString() || _( - msg`We were unable to load your birth date preferences. Please try again.`, + msg`We were unable to load your birthdate preferences. Please try again.`, ) } style={[a.rounded_sm]} @@ -74,7 +74,7 @@ export function BirthDateSettingsDialog({ ) : ( - You recently changed your birthday + You recently changed your birthdate - There is a limit to how often you can change your birthday. You + There is a limit to how often you can change your birthdate. You may need to wait a day or two before updating it again. @@ -144,8 +144,8 @@ function BirthdayInner({ testID="birthdayInput" value={date} onChangeDate={newDate => setDate(new Date(newDate))} - label={_(msg`Birthday`)} - accessibilityHint={_(msg`Enter your birth date`)} + label={_(msg`Birthdate`)} + accessibilityHint={_(msg`Enter your birthdate`)} /> @@ -178,7 +178,7 @@ function BirthdayInner({