From e893378deae6100b44522e4d2eef4ead7b2342a2 Mon Sep 17 00:00:00 2001 From: Chad Jackson Date: Fri, 5 Jan 2018 16:14:32 -0500 Subject: [PATCH] Typo fix --- .../status_desktop_front/ui/screens/accounts/login/views.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_front/status_desktop_front/ui/screens/accounts/login/views.cljs b/src_front/status_desktop_front/ui/screens/accounts/login/views.cljs index 493fb46..27d6a48 100644 --- a/src_front/status_desktop_front/ui/screens/accounts/login/views.cljs +++ b/src_front/status_desktop_front/ui/screens/accounts/login/views.cljs @@ -39,6 +39,6 @@ (re-frame/dispatch [:set-in [:accounts/login :error] ""])))}]] [react/view {:style {:margin-top 30}} [components/button - "Sing in" + "Sign in" (> (count password) 6) - #(re-frame/dispatch [:login-account address password])]]]])) \ No newline at end of file + #(re-frame/dispatch [:login-account address password])]]]]))