ios: update alert message for SimpleX address card

This commit is contained in:
Evgeny Poberezkin
2024-11-30 18:06:36 +00:00
parent 4738286f4e
commit e9853fe3fc
34 changed files with 139 additions and 1267 deletions
@@ -62,7 +62,7 @@ struct AddressCreationCard: View {
.alert(isPresented: $showAddressCreationAlert) {
Alert(
title: Text("SimpleX address"),
message: Text("You can create it in user picker."),
message: Text("Tap Create SimpleX address in the menu to create it later."),
dismissButton: .default(Text("Ok")) {
withAnimation {
addressCreationCardShown = true