Skip to content

Commit a8aa9a3

Browse files
committed
lint
1 parent b08e4c2 commit a8aa9a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/status_im2/contexts/wallet/account/tabs/dapps/view.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
(if (empty? dapps-list)
2727
[empty-tab/view
2828
{:title (i18n/label :t/no-dapps)
29-
:description (i18n/label :t/no-collectibles-description)
29+
:description (i18n/label :t/no-dapps-description)
3030
:image (resources/get-themed-image :no-dapps theme)}]
3131
[rn/view {:style style/dapps-container}
3232
[rn/flat-list

translations/en.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2389,5 +2389,6 @@
23892389
"address-placeholder": "0x123abc... or bob.eth",
23902390
"invalid-address": "It’s not Ethereum address or ENS name",
23912391
"address-already-in-use": "Address already being used",
2392-
"address-copied": "Address copied"
2392+
"address-copied": "Address copied",
2393+
"no-dapps-description": "We want dApps!"
23932394
}

0 commit comments

Comments
 (0)