We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08e4c2 commit a8aa9a3Copy full SHA for a8aa9a3
src/status_im2/contexts/wallet/account/tabs/dapps/view.cljs
@@ -26,7 +26,7 @@
26
(if (empty? dapps-list)
27
[empty-tab/view
28
{:title (i18n/label :t/no-dapps)
29
- :description (i18n/label :t/no-collectibles-description)
+ :description (i18n/label :t/no-dapps-description)
30
:image (resources/get-themed-image :no-dapps theme)}]
31
[rn/view {:style style/dapps-container}
32
[rn/flat-list
translations/en.json
@@ -2389,5 +2389,6 @@
2389
"address-placeholder": "0x123abc... or bob.eth",
2390
"invalid-address": "It’s not Ethereum address or ENS name",
2391
"address-already-in-use": "Address already being used",
2392
- "address-copied": "Address copied"
+ "address-copied": "Address copied",
2393
+ "no-dapps-description": "We want dApps!"
2394
}
0 commit comments