fix labels

This commit is contained in:
andrey 2020-09-22 12:10:56 +02:00
parent e95025333f
commit 99755d08e9
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
push-notifications-from-contacts-only?]}
@(re-frame/subscribe [:multiaccount])]
[react/view {:flex 1}
[topbar/topbar {:title :t/notification-settings}]
[topbar/topbar {:title (i18n/label :t/notification-settings)}]
[react/scroll-view {:style {:flex 1}
:content-container-style {:padding-vertical 8}}
[quo/list-item
@ -58,7 +58,7 @@
push-notifications-server-enabled?]}
@(re-frame/subscribe [:multiaccount])]
[react/view {:flex 1}
[topbar/topbar {:title :t/notification-settings}]
[topbar/topbar {:title (i18n/label :t/notification-settings)}]
[react/scroll-view {:style {:flex 1}
:content-container-style {:padding-vertical 8}}
[quo/list-item