diff --git a/includes/app.php b/includes/app.php index 408bb7a..1c9f963 100644 --- a/includes/app.php +++ b/includes/app.php @@ -16,6 +16,7 @@ $translations = [ "en" => array ( 'app_name' => 'CargoLink', 'nav_home' => 'Overview', + 'nav_login' => 'Login', 'nav_shipper' => 'Shipper Desk', 'nav_owner' => 'Truck Owner Desk', 'nav_admin' => 'Admin Panel', @@ -296,6 +297,7 @@ $translations = [ "ar" => array ( 'app_name' => 'CargoLink', 'nav_home' => 'نظرة عامة', + 'nav_login' => 'تسجيل الدخول', 'nav_shipper' => 'لوحة الشاحن', 'nav_owner' => 'لوحة مالك الشاحنة', 'nav_admin' => 'لوحة الإدارة', diff --git a/includes/layout.php b/includes/layout.php index bc882bf..f166b9e 100644 --- a/includes/layout.php +++ b/includes/layout.php @@ -154,7 +154,7 @@ function render_header(string $title, string $active = '', bool $isFluid = false - Login +