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