Skip to content

Commit

Permalink
Merge pull request #1356 from minvws/4.5-copy-bugs
Browse files Browse the repository at this point in the history
4.5 copy bugs
  • Loading branch information
ktiniatros authored Jul 25, 2022
2 parents e926658 + 0d3d5e8 commit 989cb4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class NoDigidScreenDataUtilImpl(
subtitle = getString(R.string.holder_checkForBSN_buttonSubTitle_doesHaveBSN),
infoFragmentData = InfoFragmentData.TitleDescriptionWithButton(
title = getString(R.string.holder_contactCoronaCheckHelpdesk_title),
descriptionData = DescriptionData(R.string.holder_contactCoronaCheckHelpdesk_message),
descriptionData = DescriptionData(R.string.holder_contactCoronaCheckHelpdesk_message, htmlLinksEnabled = true),
primaryButtonData = ButtonData.NavigationButton(
text = getString(R.string.general_toMyOverview),
navigationActionId = R.id.action_my_overview
Expand All @@ -47,7 +47,7 @@ class NoDigidScreenDataUtilImpl(
private fun doesNotHaveBSNButton(originType: RemoteOriginType): NoDigidNavigationButtonData {
val title = R.string.holder_checkForBSN_buttonTitle_doesNotHaveBSN
val subtitle = getString(if (originType == RemoteOriginType.Vaccination) {
R.string.holder_contactProviderHelpdesk_vaccinationFlow_title
R.string.holder_checkForBSN_buttonSubTitle_doesNotHaveBSN_vaccinationFlow
} else {
R.string.holder_checkForBSN_buttonSubTitle_doesNotHaveBSN_testFlow
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class PapFragment : DigiDFragment(R.layout.fragment_no_digid) {
toolbarTitle = getString(R.string.choose_provider_toolbar),
data = InfoFragmentData.TitleDescriptionWithButton(
title = getString(R.string.holder_contactCoronaCheckHelpdesk_title),
descriptionData = DescriptionData(R.string.holder_contactCoronaCheckHelpdesk_message),
descriptionData = DescriptionData(R.string.holder_contactCoronaCheckHelpdesk_message, htmlLinksEnabled = true),
primaryButtonData = ButtonData.NavigationButton(
text = getString(R.string.general_toMyOverview),
navigationActionId = R.id.action_my_overview
Expand Down

0 comments on commit 989cb4d

Please sign in to comment.