This commit is contained in:
Flatlogic Bot 2026-03-14 10:24:05 +00:00
parent 31cd804b2c
commit b41902be07
2 changed files with 3 additions and 1 deletions

View File

@ -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' => 'العودة للرئيسية',
)
];

View File

@ -375,7 +375,7 @@ render_header('Shipper & Truck Owner Registration');
<div class="mt-4 d-flex gap-2">
<button type="submit" class="btn btn-primary"><?= e(t('create_account')) ?></button>
<a class="btn btn-outline-dark" href="<?= e(url_with_lang('admin_dashboard.php')) ?>"><?= e(t('back_to_admin')) ?></a>
<a class="btn btn-outline-dark" href="<?= e(url_with_lang('index.php')) ?>"><?= e(t('back_to_home')) ?></a>
</div>
</form>
</div>