diff --git a/apps/flipcash/features/direct-send/src/main/kotlin/com/flipcash/app/directsend/internal/screens/ContactListScreen.kt b/apps/flipcash/features/direct-send/src/main/kotlin/com/flipcash/app/directsend/internal/screens/ContactListScreen.kt index 206506463..9dfa57a48 100644 --- a/apps/flipcash/features/direct-send/src/main/kotlin/com/flipcash/app/directsend/internal/screens/ContactListScreen.kt +++ b/apps/flipcash/features/direct-send/src/main/kotlin/com/flipcash/app/directsend/internal/screens/ContactListScreen.kt @@ -321,7 +321,7 @@ private fun ContactList( animate = false, ) Text( - text = stringResource(R.string.rationale_title_contacts), + text = stringResource(R.string.permissions_title_contactsRationale), style = CodeTheme.typography.displayExtraSmall.copy(fontWeight = FontWeight.SemiBold), color = CodeTheme.colors.textMain, )