Skip to content

Commit e2e658f

Browse files
committed
2FA redeposit copy update
1 parent ee034d5 commit e2e658f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

common/src/commonMain/composeResources/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,4 +1609,5 @@
16091609
<string name="id_perform_a_genuine_check_to">Perform a genuine check to ensure that the Jade you received was manufactured by Blockstream.</string>
16101610
<string name="id_we_could_successfully_verify_your">We could successfully verify your Jade, enjoy the best Blockstream can offer you with your brand new jade.</string>
16111611
<string name="id_this_device_was_not_manufactured_by">This device was not manufactured by Blockstream. It could be DIY hardware or possibly a malicious clone. Please contact support for more assistance.</string>
1612+
<string name="id_2fa_protected_accounts_are_2of2_wallets">2FA Protected accounts are 2-of-2 wallets needing the user’s key and Blockstream’s 2FA signature. After a ~1-year timelock, they become 1-of-1, disabling 2FA, to ultimately keep you in control. Redeposit your coins to reactivate 2FA protection.</string>
16121613
</resources>

compose/src/commonMain/kotlin/com/blockstream/compose/screens/twofactor/ReEnable2FAScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import androidx.compose.ui.text.style.TextAlign
1616
import androidx.compose.ui.unit.dp
1717
import androidx.lifecycle.compose.collectAsStateWithLifecycle
1818
import blockstream_green.common.generated.resources.Res
19+
import blockstream_green.common.generated.resources.id_2fa_protected_accounts_are_2of2_wallets
1920
import blockstream_green.common.generated.resources.id_learn_more
2021
import blockstream_green.common.generated.resources.id_redeposit_expired_2fa_coins
21-
import blockstream_green.common.generated.resources.id_some_coins_in_your_wallet
2222
import blockstream_green.common.generated.resources.re_enable_two_factor
2323
import cafe.adriel.voyager.core.screen.Screen
2424
import cafe.adriel.voyager.koin.koinScreenModel
@@ -83,7 +83,7 @@ fun ReEnable2FAScreen(
8383

8484
Text(
8585
modifier = Modifier.padding(horizontal = 24.dp),
86-
text = stringResource(Res.string.id_some_coins_in_your_wallet),
86+
text = stringResource(Res.string.id_2fa_protected_accounts_are_2of2_wallets),
8787
style = bodyLarge,
8888
textAlign = TextAlign.Center
8989
)

0 commit comments

Comments
 (0)