diff --git a/includes/app.php b/includes/app.php index 50cf02b..408bb7a 100644 --- a/includes/app.php +++ b/includes/app.php @@ -291,6 +291,7 @@ $translations = [ 'truck_picture' => 'Truck Picture', 'create_account' => 'Create Account', 'back_to_admin' => 'Back to Admin', + 'back_to_home' => 'Back to Home', ), "ar" => array ( 'app_name' => 'CargoLink', @@ -570,6 +571,7 @@ $translations = [ 'truck_picture' => 'صورة الشاحنة', 'create_account' => 'إنشاء حساب', 'back_to_admin' => 'العودة للإدارة', + 'back_to_home' => 'العودة للرئيسية', ) ]; diff --git a/register.php b/register.php index 081e22c..014e8e5 100644 --- a/register.php +++ b/register.php @@ -375,7 +375,7 @@ render_header('Shipper & Truck Owner Registration');