mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 19:56:57 +02:00
Transfered custom text changes to bwi strings
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user