This commit is contained in:
2025-11-03 09:23:33 +05:00
parent 711b5373da
commit af0f24a6b6
2 changed files with 59 additions and 4 deletions

View File

@@ -36,17 +36,17 @@ class LoanOrderMobileResource extends Resource
public static function getNavigationLabel(): string
{
return __('Mobile loan order');
return __('Loan orders').' (mobile app)';
}
public static function getModelLabel(): string
{
return __('Mobile loan order');
return __('module.loan-order::loan-order.loan_order'). ' (mobile app)';
}
public static function getPluralModelLabel(): string
{
return __('Mobile loan orders');
return __('module.loan-order::loan-order.loan_orders').' (mobile app)';
}
public static function form(Schema $schema): Schema