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
@@ -92,7 +92,7 @@ struct AuthenticationQRLoginScanScreen: View {
/// The screen's title and instructions.
var scanningTitleContent: some View {
VStack(spacing: 24) {
Text(VectorL10n.authenticationQrLoginScanTitle)
Text(BWIL10n.authenticationQrLoginScanTitle)
.font(theme.fonts.title1B)
.multilineTextAlignment(.center)
.foregroundColor(.white)
@@ -140,7 +140,7 @@ struct AuthenticationQRLoginScanScreen: 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)