diff --git a/app/config/locale/en.php b/app/config/locale/en.php index 4a589289a..cbd1dd2f5 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 17ed41bae..41ce63ea7 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',