Skip to content

Commit

Permalink
feat(app): slightly adapt MedlinePlus wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Feb 15, 2024
1 parent 96984e6 commit e703cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/lib/faq/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ final Map<String, List<Question>> faqList = {
question: 'Where can I find out more about genetics?',
answer: RichText(text: TextSpan(
// context.l10n.genetic_information_text_part_1
text: 'If you would like to learn more about genetics, you can visit ',
text: 'If you would like to learn more about genetics, we recommend ',
style: PharMeTheme.textTheme.titleMedium,
children: [
linkTextSpan(
Expand Down
2 changes: 1 addition & 1 deletion app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"auth_sign_in": "Get data",
"auth_success": "Successfully imported data",

"genetic_information_text_part_1": "If you would like to learn more about genetics, you can visit ",
"genetic_information_text_part_1": "If you would like to learn more about genetics, we recommend ",
"genetic_information_text_part_2": ", a service of the National Library of Medicine.",
"genetic_information_source": "MedlinePlus",

Expand Down

0 comments on commit e703cab

Please sign in to comment.