From 999d903b0819add589d38241488d50f19e8493f8 Mon Sep 17 00:00:00 2001 From: Brandon McAnsh Date: Mon, 22 Jun 2026 14:15:27 -0400 Subject: [PATCH] chore: fix renamed string res for contacts permission rationale Signed-off-by: Brandon McAnsh --- .../app/directsend/internal/screens/ContactListScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )