diff --git a/app/lib/faq/constants.dart b/app/lib/faq/constants.dart index 83040596..0fb79522 100644 --- a/app/lib/faq/constants.dart +++ b/app/lib/faq/constants.dart @@ -55,7 +55,7 @@ final Map> 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( diff --git a/app/lib/l10n/app_en.arb b/app/lib/l10n/app_en.arb index de485dac..ae72b6d2 100644 --- a/app/lib/l10n/app_en.arb +++ b/app/lib/l10n/app_en.arb @@ -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",