Add tips ens

This commit is contained in:
Ivan Grachyov 2021-12-16 01:45:14 +03:00
parent 9780a8a1a5
commit ead2c382ea

View File

@ -264,7 +264,7 @@ class AccountsListViewController: UIViewController, DataStateContainer {
}
@objc private func preferencesButtonTapped() {
let actionSheet = UIAlertController(title: "❤️ " + Strings.tokenary + " ❤️", message: nil, preferredStyle: .actionSheet)
let actionSheet = UIAlertController(title: "❤️ " + Strings.tokenary + " ❤️", message: "Show love 4269.eth", preferredStyle: .actionSheet)
let twitterAction = UIAlertAction(title: Strings.viewOnTwitter, style: .default) { _ in
UIApplication.shared.open(URL.twitter)
}