Skip to content

Commit

Permalink
4668
Browse files Browse the repository at this point in the history
  • Loading branch information
ktiniatros committed Jul 25, 2022
1 parent 3831a40 commit 0d3d5e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0d3d5e8

Please sign in to comment.