From e703cab635e1d2e472186714ff33a290730c8404 Mon Sep 17 00:00:00 2001 From: Tamara Slosarek Date: Thu, 15 Feb 2024 17:16:08 +0100 Subject: [PATCH] feat(app): slightly adapt MedlinePlus wording --- app/lib/faq/constants.dart | 2 +- app/lib/l10n/app_en.arb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",