Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(native-app): change Payments to Co-payments #16403

Merged
merged 2 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/native/app/src/messages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ export const en: TranslatedMessages = {
'health.overview.insuredFrom': 'Insured from',
'health.overview.status': 'Status',
'health.overview.notInsured': 'You do not have health insurance',
'health.overview.payments': 'Payments',
'health.overview.coPayments': 'Co-payment',
'health.overview.maxMonthlyPayment': 'Max monthly payment',
'health.overview.paymentLimit': 'Payment Limit',
'health.overview.paymentCredit': 'Credit',
Expand Down
2 changes: 1 addition & 1 deletion apps/native/app/src/messages/is.ts
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ export const is = {
'health.overview.insuredFrom': 'Sjúkratrygging frá',
'health.overview.status': 'Staða',
'health.overview.notInsured': 'Þú ert ekki með sjúkratryggingu',
'health.overview.payments': 'Greiðslur',
'health.overview.coPayments': 'Greiðsluþáttaka',
thoreyjona marked this conversation as resolved.
Show resolved Hide resolved
'health.overview.maxMonthlyPayment': 'Hámarksgreiðslan þín á mánuði',
'health.overview.paymentLimit': 'Greiðslumark',
'health.overview.paymentCredit': 'Inneign',
Expand Down
2 changes: 1 addition & 1 deletion apps/native/app/src/screens/health/health-overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export const HealthOverviewScreen: NavigationFunctionComponent = ({
)}
<HeadingSection
title={intl.formatMessage({
id: 'health.overview.payments',
id: 'health.overview.coPayments',
})}
onPress={() =>
openBrowser(
Expand Down