MESSENGER-3710 Layout and text fixes

This commit is contained in:
Frank Rotermund
2022-12-08 11:47:21 +01:00
parent 99ada32313
commit 0ab0ae13dd
5 changed files with 18 additions and 31 deletions
@@ -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)