bug fix
This commit is contained in:
parent
31cd804b2c
commit
b41902be07
@ -291,6 +291,7 @@ $translations = [
|
|||||||
'truck_picture' => 'Truck Picture',
|
'truck_picture' => 'Truck Picture',
|
||||||
'create_account' => 'Create Account',
|
'create_account' => 'Create Account',
|
||||||
'back_to_admin' => 'Back to Admin',
|
'back_to_admin' => 'Back to Admin',
|
||||||
|
'back_to_home' => 'Back to Home',
|
||||||
),
|
),
|
||||||
"ar" => array (
|
"ar" => array (
|
||||||
'app_name' => 'CargoLink',
|
'app_name' => 'CargoLink',
|
||||||
@ -570,6 +571,7 @@ $translations = [
|
|||||||
'truck_picture' => 'صورة الشاحنة',
|
'truck_picture' => 'صورة الشاحنة',
|
||||||
'create_account' => 'إنشاء حساب',
|
'create_account' => 'إنشاء حساب',
|
||||||
'back_to_admin' => 'العودة للإدارة',
|
'back_to_admin' => 'العودة للإدارة',
|
||||||
|
'back_to_home' => 'العودة للرئيسية',
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@ -375,7 +375,7 @@ render_header('Shipper & Truck Owner Registration');
|
|||||||
|
|
||||||
<div class="mt-4 d-flex gap-2">
|
<div class="mt-4 d-flex gap-2">
|
||||||
<button type="submit" class="btn btn-primary"><?= e(t('create_account')) ?></button>
|
<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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user