Change copy for tokens footer

pull/2/head
Michael Scoff 7 years ago
parent 6ff6ac7ac0
commit d613ccc5e1
  1. 2
      Trust/Tokens/ViewModels/TokensViewModel.swift

@ -81,7 +81,7 @@ struct TokensViewModel {
}
var footerTitle: String {
return NSLocalizedString("tokens.footer.label.title", value: "Missing token?", comment: "")
return NSLocalizedString("tokens.footer.label.title", value: "Tokens will appear automagically. + to add manually.", comment: "")
}
var footerTextColor: UIColor {

Loading…
Cancel
Save