|
|
@ -52,7 +52,7 @@ class TokensViewController: UIViewController { |
|
|
|
errorView = ErrorView(onRetry: fetch) |
|
|
|
errorView = ErrorView(onRetry: fetch) |
|
|
|
loadingView = LoadingView() |
|
|
|
loadingView = LoadingView() |
|
|
|
emptyView = EmptyView( |
|
|
|
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 |
|
|
|
onRetry: fetch |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|