diff --git a/phoenix-android/src/main/kotlin/fr/acinq/phoenix/android/initwallet/restore/RestoreWalletView.kt b/phoenix-android/src/main/kotlin/fr/acinq/phoenix/android/initwallet/restore/RestoreWalletView.kt index 56a391582..fd1f5d177 100644 --- a/phoenix-android/src/main/kotlin/fr/acinq/phoenix/android/initwallet/restore/RestoreWalletView.kt +++ b/phoenix-android/src/main/kotlin/fr/acinq/phoenix/android/initwallet/restore/RestoreWalletView.kt @@ -143,7 +143,7 @@ private fun DisclaimerView( Text(stringResource(R.string.restore_disclaimer_message)) } Checkbox( - text = stringResource(R.string.restore_disclaimer_checkbox), + text = stringResource(R.string.utils_ack), checked = hasCheckedWarning, onCheckedChange = { hasCheckedWarning = it }, )