From ea44bd622f1245c3913ad476b9c780c4536ad47f Mon Sep 17 00:00:00 2001 From: eldadfux Date: Tue, 1 Oct 2019 08:17:05 +0300 Subject: [PATCH] Fixed direction in UA locale --- app/config/locale/ua.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/locale/ua.php b/app/config/locale/ua.php index 6a2a0f455..e50f4dae3 100644 --- a/app/config/locale/ua.php +++ b/app/config/locale/ua.php @@ -3,7 +3,7 @@ return [ 'settings.inspire' => '"The art of being wise is the art of knowing what to overlook."', // This is the line printed in the homepage and console 'view-source' 'settings.locale' => 'ua', - 'settings.direction' => 'rtl', + 'settings.direction' => 'ltr', 'auth.emails.team' => '%s Команда', 'auth.emails.confirm.title' => 'Підтвердження Акаунту' ,