mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
MESSENGER-3710 Layout and text fixes
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ struct AuthenticationServerSelectionScreen: View {
|
||||
|
||||
/// The text field, extracted for iOS 15 modifiers to be applied.
|
||||
var textField: some View {
|
||||
TextField(VectorL10n.authenticationServerSelectionServerUrl, text: $viewModel.homeserverAddress) {
|
||||
TextField(BWIL10n.authenticationServerSelectionServerUrl, text: $viewModel.homeserverAddress) {
|
||||
isEditingTextField = $0
|
||||
}
|
||||
.keyboardType(.URL)
|
||||
|
||||
Reference in New Issue
Block a user