Change copy

pull/2/head
Michael Scoff 7 years ago
parent 88f38f4786
commit 54a84a11a6
  1. 2
      Trust/Tokens/ViewControllers/TokensViewController.swift

@ -52,7 +52,7 @@ class TokensViewController: UIViewController {
errorView = ErrorView(onRetry: fetch)
loadingView = LoadingView()
emptyView = EmptyView(
title: NSLocalizedString("emptyView.noTokens", value: "No tokens yet!", comment: ""),
title: NSLocalizedString("emptyView.noTokens", value: "No haven't received tokens yet!", comment: ""),
onRetry: fetch
)

Loading…
Cancel
Save