diff --git a/VAMobile/src/App.tsx b/VAMobile/src/App.tsx index 23d7f57583c..31e4f52d1c0 100644 --- a/VAMobile/src/App.tsx +++ b/VAMobile/src/App.tsx @@ -384,7 +384,7 @@ export function AppTabs() { - + ) diff --git a/VAMobile/src/screens/BenefitsScreen/ClaimsScreen/ClaimDetailsScreen/ClaimStatus/ClosedClaimInfo/ClosedClaimStatusDetails.tsx b/VAMobile/src/screens/BenefitsScreen/ClaimsScreen/ClaimDetailsScreen/ClaimStatus/ClosedClaimInfo/ClosedClaimStatusDetails.tsx index df3dc51a7f3..46dcf85e561 100644 --- a/VAMobile/src/screens/BenefitsScreen/ClaimsScreen/ClaimDetailsScreen/ClaimStatus/ClosedClaimInfo/ClosedClaimStatusDetails.tsx +++ b/VAMobile/src/screens/BenefitsScreen/ClaimsScreen/ClaimDetailsScreen/ClaimStatus/ClosedClaimInfo/ClosedClaimStatusDetails.tsx @@ -59,7 +59,7 @@ function ClosedClaimStatusDetails({ claim, claimType, letterIsDownloadable }: Cl )} - {t('payments')} + {t('payments.title')} {t('claimDetails.ifyoureentitled')} diff --git a/VAMobile/src/screens/PaymentsScreen/DirectDepositScreen/DirectDepositScreen.tsx b/VAMobile/src/screens/PaymentsScreen/DirectDepositScreen/DirectDepositScreen.tsx index 5d54c504b8b..1970b110465 100644 --- a/VAMobile/src/screens/PaymentsScreen/DirectDepositScreen/DirectDepositScreen.tsx +++ b/VAMobile/src/screens/PaymentsScreen/DirectDepositScreen/DirectDepositScreen.tsx @@ -93,7 +93,7 @@ function DirectDepositScreen({ navigation }: DirectDepositScreenProps) { return ( diff --git a/VAMobile/src/screens/PaymentsScreen/DirectDepositScreen/HowToUpdateDirectDepositScreen/HowToUpdateDirectDepositScreen.tsx b/VAMobile/src/screens/PaymentsScreen/DirectDepositScreen/HowToUpdateDirectDepositScreen/HowToUpdateDirectDepositScreen.tsx index 8623364599d..05d934539f7 100644 --- a/VAMobile/src/screens/PaymentsScreen/DirectDepositScreen/HowToUpdateDirectDepositScreen/HowToUpdateDirectDepositScreen.tsx +++ b/VAMobile/src/screens/PaymentsScreen/DirectDepositScreen/HowToUpdateDirectDepositScreen/HowToUpdateDirectDepositScreen.tsx @@ -22,7 +22,7 @@ function HowToUpdateDirectDepositScreen({ navigation }: HowToUpdateDirectDeposit return ( <> diff --git a/VAMobile/src/screens/PaymentsScreen/PaymentsScreen.tsx b/VAMobile/src/screens/PaymentsScreen/PaymentsScreen.tsx index 3a7fb7ec631..3c917562737 100644 --- a/VAMobile/src/screens/PaymentsScreen/PaymentsScreen.tsx +++ b/VAMobile/src/screens/PaymentsScreen/PaymentsScreen.tsx @@ -38,7 +38,7 @@ function PaymentsScreen({}: PaymentsScreenProps) { } return ( - + {userAuthorizedServices?.directDepositBenefits && ( diff --git a/VAMobile/src/translations/en/common.json b/VAMobile/src/translations/en/common.json index e4396fbffb4..98250c212ed 100644 --- a/VAMobile/src/translations/en/common.json +++ b/VAMobile/src/translations/en/common.json @@ -1057,7 +1057,6 @@ "paymentDetails.title": "Details", "paymentIssues.body": "If there is an error with your payment, or if you have questions about your payment, please call the Veterans Help Line. We’re here Monday through Friday, 8:00 a.m. to 9:00 p.m. ET.", "paymentIssues.body.a11yLabel": "If there is an error with your payment, or if you have questions about your payment, please call the Veterans Help Line. We’re here Monday through Friday, 8:00 a.m. to 9:00 p.m. Eastern Time.", - "payments": "Payments", "payments.ifIAmMissingPayemt": "What if I'm missing a payment?", "payments.ifMyPaymentDoesNotLookRight": "What if my payment information doesn't look right?", "payments.loading": "Loading your payment history...", @@ -1069,6 +1068,7 @@ "payments.noPayments.body.2.a11yLabel": "If you think this is an error, or if you have questions about your payment history, please call the Veterans Help Line. We’re here Monday through Friday, 8:00 a.m. to 9:00 p.m. Eastern Time.", "payments.noPayments.title": "We don't have a record of VA payments for you", "payments.pickerLabel": "Select a year", + "payments.title": "Payments", "payments.viewDetails": "Review details of this payment", "paymentsHelp.title": "Payments help", "pending": "pending",