From 4d4b2d1447b38cab211302ddf39b5313baaad83e Mon Sep 17 00:00:00 2001 From: eldadfux Date: Thu, 26 Sep 2019 22:54:42 +0300 Subject: [PATCH] Updated locales --- app/config/locale/en.php | 2 +- app/config/locale/he.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/locale/en.php b/app/config/locale/en.php index 4a589289a4..cbd1dd2f51 100644 --- a/app/config/locale/en.php +++ b/app/config/locale/en.php @@ -1,7 +1,7 @@ '"The art of being wise is the art of knowing what to overlook."', + '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' => 'en', 'settings.direction' => 'ltr', diff --git a/app/config/locale/he.php b/app/config/locale/he.php index 17ed41baee..41ce63ea79 100644 --- a/app/config/locale/he.php +++ b/app/config/locale/he.php @@ -1,7 +1,7 @@ '"The art of being wise is the art of knowing what to overlook."', + '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' => 'he', 'settings.direction' => 'rtl',