diff --git a/apps/ios/Shared/Views/UserSettings/SMPServers.swift b/apps/ios/Shared/Views/UserSettings/SMPServers.swift index d2a544b87c..861a934980 100644 --- a/apps/ios/Shared/Views/UserSettings/SMPServers.swift +++ b/apps/ios/Shared/Views/UserSettings/SMPServers.swift @@ -69,7 +69,7 @@ struct SMPServers: View { .textInputAutocapitalization(.never) .padding(.horizontal, 5) .padding(.top, 2) - .frame(height: 160) + .frame(height: 112) .overlay( RoundedRectangle(cornerRadius: 10) .strokeBorder(.secondary, lineWidth: 0.3, antialiased: true) diff --git a/apps/ios/Shared/Views/WelcomeView.swift b/apps/ios/Shared/Views/WelcomeView.swift index fc57cca555..3f2d80000f 100644 --- a/apps/ios/Shared/Views/WelcomeView.swift +++ b/apps/ios/Shared/Views/WelcomeView.swift @@ -23,14 +23,14 @@ struct WelcomeView: View { Text("You control your chat!") .font(.title) .padding(.bottom) - Text("The messaging and application platform protecting your privacy and security.") + Text("The messaging and application platform 100% private by design!") + .padding(.bottom, 8) + Text("Your profile, contacts and messages (once delivered) are only stored locally on your device.") .padding(.bottom, 8) - Text("We don't store any of your contacts or messages (once delivered) on the servers.") - .padding(.bottom, 32) Text("Create profile") .font(.largeTitle) - .padding(.bottom) - Text("Your profile is stored on your device and shared only with your contacts.") + .padding(.bottom, 4) + Text("(shared only with your contacts)") .padding(.bottom) ZStack(alignment: .topLeading) { if !validDisplayName(displayName) {