Tweak the EncryptionReset root screen copy.

This commit is contained in:
Stefan Ceriu
2024-08-29 15:05:28 +03:00
committed by Stefan Ceriu
parent c6eb7b63bf
commit a75e181790
11 changed files with 24 additions and 29 deletions

View File

@@ -24,7 +24,7 @@ struct EncryptionResetScreen: View {
FullscreenDialog {
mainContent
} bottomContent: {
Button(L10n.actionContinue, role: .destructive) {
Button(L10n.screenEncryptionResetActionContinueReset, role: .destructive) {
context.send(viewAction: .reset)
}
.buttonStyle(.compound(.primary))
@@ -55,11 +55,6 @@ struct EncryptionResetScreen: View {
.font(.compound.headingMDBold)
.multilineTextAlignment(.center)
.foregroundColor(.compound.textPrimary)
Text(L10n.screenEncryptionResetSubtitle)
.font(.compound.bodyMD)
.multilineTextAlignment(.center)
.foregroundColor(.compound.textSecondary)
}
}