[#8973] Mobile data syncing pop-up missing text
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
616489bbf2
commit
7ddebcb815
|
@ -55,9 +55,10 @@
|
||||||
(str " " (i18n/label :mobile-network-sheet-settings))]]])
|
(str " " (i18n/label :mobile-network-sheet-settings))]]])
|
||||||
|
|
||||||
(views/defview settings-sheet []
|
(views/defview settings-sheet []
|
||||||
[react/view {:style styles/container}
|
[react/view {:flex 1}
|
||||||
[title :mobile-syncing-sheet-title]
|
[react/view {:align-items :center}
|
||||||
[details :mobile-syncing-sheet-details]
|
[title :mobile-syncing-sheet-title]
|
||||||
|
[details :mobile-syncing-sheet-details]]
|
||||||
[list-item/list-item
|
[list-item/list-item
|
||||||
{:theme :action
|
{:theme :action
|
||||||
:title :t/mobile-network-continue-syncing
|
:title :t/mobile-network-continue-syncing
|
||||||
|
@ -77,9 +78,10 @@
|
||||||
[settings]]])
|
[settings]]])
|
||||||
|
|
||||||
(views/defview offline-sheet []
|
(views/defview offline-sheet []
|
||||||
[react/view {:style styles/container}
|
[react/view {:flex 1}
|
||||||
[title :t/mobile-network-sheet-offline]
|
[react/view {:align-items :center}
|
||||||
[details :t/mobile-network-sheet-offline-details]
|
[title :t/mobile-network-sheet-offline]
|
||||||
|
[details :t/mobile-network-sheet-offline-details]]
|
||||||
[list-item/list-item
|
[list-item/list-item
|
||||||
{:theme :action
|
{:theme :action
|
||||||
:title :t/mobile-network-start-syncing
|
:title :t/mobile-network-start-syncing
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
(ns status-im.ui.screens.mobile-network-settings.sheets-styles
|
(ns status-im.ui.screens.mobile-network-settings.sheets-styles
|
||||||
(:require [status-im.ui.components.colors :as colors]
|
(:require [status-im.ui.components.colors :as colors]))
|
||||||
[status-im.ui.components.styles :as common-styles]))
|
|
||||||
|
|
||||||
(def container
|
|
||||||
{:flex 1
|
|
||||||
:align-items :center})
|
|
||||||
|
|
||||||
(def title
|
(def title
|
||||||
{:height 21
|
{:height 21
|
||||||
|
|
Loading…
Reference in New Issue