Transfered custom text changes to bwi strings

This commit is contained in:
Arnfried Griesert
2024-04-04 10:25:09 +02:00
parent 998583641a
commit d8eef9e81d
6 changed files with 18 additions and 10 deletions
@@ -63,7 +63,7 @@ struct AuthenticationQRLoginStartScreen: View {
.frame(width: iconSize, height: iconSize)
.padding(.bottom, 16)
Text(VectorL10n.authenticationQrLoginStartTitle)
Text(BWIL10n.authenticationQrLoginStartTitle)
.font(theme.fonts.title2B)
.multilineTextAlignment(.center)
.foregroundColor(theme.colors.primaryContent)
@@ -82,7 +82,7 @@ struct AuthenticationQRLoginStartScreen: View {
var footerContent: some View {
VStack(spacing: 12) {
Button(action: scanQR) {
Text(VectorL10n.authenticationQrLoginStartButtonTitle)
Text(BWIL10n.authenticationQrLoginStartButtonTitle)
}
.buttonStyle(PrimaryActionButtonStyle(font: theme.fonts.bodySB))
.padding(.bottom, 8)