diff --git a/src/status_im/translations/en.cljs b/src/status_im/translations/en.cljs index 8c25be0e17..9ff1a8177d 100644 --- a/src/status_im/translations/en.cljs +++ b/src/status_im/translations/en.cljs @@ -174,9 +174,9 @@ :dapps "DApps" :dapp-profile "DApp Profile" :no-statuses-discovered "No statuses discovered" - :no-statuses-discovered-body "When somebody posts a status\nyou will see it here." + :no-statuses-discovered-body "When somebody posts\na status you will see it here." :no-hashtags-discovered-title "No hashtags discovered" - :no-hashtags-discovered-body "When a hashtag becomes popular\nyou will see it here." + :no-hashtags-discovered-body "When a hashtag becomes\npopular you will see it here." ;;settings :settings "Settings" diff --git a/src/status_im/ui/screens/discover/styles.cljs b/src/status_im/ui/screens/discover/styles.cljs index b3f68cf289..69024ade65 100644 --- a/src/status_im/ui/screens/discover/styles.cljs +++ b/src/status_im/ui/screens/discover/styles.cljs @@ -422,8 +422,10 @@ (def empty-section-container {:flex-direction :row - :margin-left 32 - :padding-vertical 50}) + :justify-content :center + :align-items :center + :padding-vertical 50 + :margin-right 6}) (def empty-section-image {:height 70 @@ -431,7 +433,7 @@ (def empty-section-description {:flex-direction :column - :margin-left 12}) + :margin-left 6}) (def empty-section-title-text {:font-size 15})