Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #1315

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fun SigningFailedSheet(
Spacer(modifier = Modifier.weight(1f))

RadixBottomBar(
text = stringResource(R.string.transactionRecovery_transaction_restart),
text = stringResource(R.string.transactionRecovery_restart),
onClick = onRestartSigning,
insets = WindowInsets.none,
additionalBottomContent = {
Expand Down
5 changes: 4 additions & 1 deletion app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1536,6 +1536,9 @@ Code: %s</string>
<string name="shieldWizardRegularAccess_setThreshold_button">Set</string>
<string name="transactionRecovery_transaction_title">Cannot Sign Transaction</string>
<string name="transactionRecovery_transaction_message">You’ve skipped too many factors and cannot sign the transaction. You can restart the signing process, or cancel it.</string>
<string name="transactionRecovery_transaction_restart">Restart Signing</string>
<string name="transactionRecovery_transaction_cancel">Cancel Transaction</string>
<string name="transactionRecovery_preAuthorization_title">Cannot Sign Pre-Authorization</string>
<string name="transactionRecovery_preAuthorization_message">You’ve skipped too many factors and cannot sign the pre-authorization. You can restart the signing process, or cancel it.</string>
<string name="transactionRecovery_preAuthorization_cancel">Cancel Pre-Authorization</string>
<string name="transactionRecovery_restart">Restart Signing</string>
</resources>
Loading