Skip to content
Snippets Groups Projects
Unverified Commit eb1e3c5c authored by Ralf Gehrer's avatar Ralf Gehrer Committed by GitHub
Browse files

Introduce new link key when separating text and link instead (EXPOSUREAPP-3056) (#1362)

parent 7d3b1136
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ class RiskDetailsFragment : Fragment(R.layout.fragment_risk_details), AutoInject
}
binding.riskDetailsInformationLowriskBodyUrl
.convertToHyperlink(getString(R.string.risk_details_explanation_faq_body_with_link))
.convertToHyperlink(getString(R.string.risk_details_explanation_faq_link))
binding.riskDetailsInformationLowriskBodyUrl
.movementMethod = LinkMovementMethod.getInstance()
......
......@@ -374,7 +374,7 @@
<!-- YTXT: one time risk explanation dialog - pointing to the faq page for more information-->
<string name="risk_details_explanation_dialog_faq_body">"Weitere Informationen finden Sie in den FAQ."</string>
<!-- XLNK: FAQ URL pointing to the faq page in german. Need to use the URL for english for all other languages-->
<string name="risk_details_explanation_faq_body_with_link">"https://www.coronawarn.app/de/faq/#encounter_but_green"</string>
<string name="risk_details_explanation_faq_link">"https://www.coronawarn.app/de/faq/#encounter_but_green"</string>
<!-- ####################################
Onboarding
......
......@@ -379,8 +379,10 @@
<string name="risk_details_explanation_dialog_title">"Information about exposure logging functionality"</string>
<!-- YTXT: one time risk explanation dialog - pointing to the faq page for more information-->
<string name="risk_details_explanation_dialog_faq_body">"For further information, please see our FAQ page."</string>
<!-- XLNK: risk explanations and information - pointing to the faq page for more information and contains hyperlink-->
<string name="risk_details_explanation_faq_body_with_link"><a href="https://www.coronawarn.app/en/faq/#encounter_but_green">"For further information, please see our FAQ page."</a></string>
<!-- XLNK: FAQ URL pointing to the faq page in german. Need to use the URL for english for all other languages-->
<string name="risk_details_explanation_faq_body_with_link">"https://www.coronawarn.app/en/faq/#encounter_but_green"</string>
<string name="risk_details_explanation_faq_link">"https://www.coronawarn.app/en/faq/#encounter_but_green"</string>
<!-- ####################################
Onboarding
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment