Text changes in simplified login

This commit is contained in:
Arnfried Griesert
2024-04-04 09:30:36 +02:00
parent 8c97d67697
commit 8e69391eb7
3 changed files with 7 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ struct AuthenticationQRLoginStartScreen: View {
var footerContent: some View {
VStack(spacing: 12) {
Button(action: scanQR) {
Text(VectorL10n.authenticationQrLoginStartTitle)
Text(VectorL10n.authenticationQrLoginStartButtonTitle)
}
.buttonStyle(PrimaryActionButtonStyle(font: theme.fonts.bodySB))
.padding(.bottom, 8)