diff --git a/src/status_im/ui/screens/home/views.cljs b/src/status_im/ui/screens/home/views.cljs index 90da9e0fb2..b5e465cf79 100644 --- a/src/status_im/ui/screens/home/views.cljs +++ b/src/status_im/ui/screens/home/views.cljs @@ -189,7 +189,7 @@ [list/section-list {:sections [{:title :t/chats :data chats} - {:title :t/browsers + {:title :t/browser :data browsers} {:title :t/messages :data []}] @@ -213,7 +213,7 @@ :action-fn #() :icon (case title "messages" :main-icons/private-chat - "browsers" :main-icons/browser + "browser" :main-icons/browser "chats" :main-icons/message) :icon-color colors/gray}])) :render-fn (fn [home-item] diff --git a/translations/en.json b/translations/en.json index 90aba19b35..bf1a56e998 100644 --- a/translations/en.json +++ b/translations/en.json @@ -929,7 +929,7 @@ "block-contact": "Block contact", "unblock-contact": "Unblock contact", "to-block": "Block", - "block-contact-details": "Blocking will delete all of this user previous messages and stop new ones from reaching you", + "block-contact-details": "Blocking will delete this user's previous messages and stop new ones from reaching you", "share-public-chat-text": "Check out this public chat on the Status app: {{link}}", "share-dapp-text": "Check out this DApp I'm using on Status: {{link}}", "network-invalid-url": "Network URL is invalid", @@ -957,7 +957,7 @@ "dapps-permissions": "DApp permissions", "revoke-access": "Revoke access", "extensions-camera-send-picture": "Send picture", - "mobile-syncing-sheet-title": "Sync using the mobile network", + "mobile-syncing-sheet-title": "Sync using Mobile data", "mobile-syncing-sheet-details": "Status tends to use a lot of data when syncing chats. You can choose not to sync when on mobile network", "mobile-network-continue-syncing": "Continue syncing", "mobile-network-start-syncing": "Start syncing", @@ -971,7 +971,7 @@ "mobile-network-sheet-offline-details": "Syncing using mobile network is off", "waiting-for-wifi": "History syncing offline, waiting for Wi-Fi.", "waiting-for-wifi-change": "Change", - "mobile-network-settings": "Message syncing", + "mobile-network-settings": "Mobile data", "mobile-network-use-mobile": "Use mobile data", "mobile-network-use-mobile-details": "Status tends to use a lot of data when syncing chats. You can choose not to sync when on mobile network", "mobile-network-ask-me": "Ask me when on mobile network", @@ -979,4 +979,4 @@ "mobile-network-use-mobile-data": "Status tends to use a lot of data when syncing chats. You can choose not to sync when on mobile network", "status-not-sent": "", "status-not-sent-without-tap": "" -} \ No newline at end of file +}