Skip to content

Commit

Permalink
feat(app): change subheading to 'app information'
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Mar 20, 2024
1 parent 85eeaee commit 8eb97ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
"settings_page_delete_data_text": "Are you sure that you want to delete all app data? This also includes your genetic data and will reset the app.",
"settings_page_delete_data_additional_text": "Your genetic data will be deleted and it might not be possible to import it again.",
"settings_page_delete_data_confirmation": "I understand the consequences and want to delete all app data",
"settings_page_more": "More",
"settings_page_app_information": "App information",
"settings_page_onboarding": "Onboarding",
"settings_page_about_us": "About us",
"settings_page_about_us_text": "PharMe was created as a bachelor's project at Hasso Plattner Institute (HPI) in Potsdam, Germany, in collaboraion with health professionals from the Mount Sinai Health System in New York City, NY, USA.",
Expand Down
2 changes: 1 addition & 1 deletion app/lib/more/pages/more.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class MorePage extends StatelessWidget {
),
),
SubheaderDivider(
text: context.l10n.settings_page_more,
text: context.l10n.settings_page_app_information,
useLine: false,
),
_buildSettingsItem(
Expand Down

0 comments on commit 8eb97ee

Please sign in to comment.