diff --git a/enzevalos_iphone/AuthenticationScreen.swift b/enzevalos_iphone/AuthenticationScreen.swift index ea9e3f6bb37b4fc79bc0f5c387329c93ccb4aa4d..d17b3476437407f2bfd97bea6d18d00051e6ffec 100644 --- a/enzevalos_iphone/AuthenticationScreen.swift +++ b/enzevalos_iphone/AuthenticationScreen.swift @@ -43,7 +43,7 @@ struct AuthenticationScreen: View { self.viewModel.detailValidation(self.login, self.password, self.username, self.imapServer, self.imapPort, self.imapEncryption, self.smtpServer, self.smtpPort, self.smtpEncryption) : self.viewModel.validate(self.login, self.password) }) { - Text("Button") + Text("Login") } } @@ -81,7 +81,7 @@ struct AuthenticationScreen: View { } Button(action: { self.viewModel.startGoogleOauth() }) { - Text("Google button") + Text("Google login") } }.padding()