|
@@ -115,7 +115,7 @@ class DistAdminDistributorController extends AdminController
|
|
$form->select('country')
|
|
$form->select('country')
|
|
->options(BaseIso3166::selectOptions())
|
|
->options(BaseIso3166::selectOptions())
|
|
->width(9,3)->required();
|
|
->width(9,3)->required();
|
|
- $form->text('country_lang')->width(9,3)->required()->help('Please enter the language code, such as en ru es');
|
|
|
|
|
|
+ $form->text('country_lang')->width(9,3)->required()->help(admin_trans_label('country_lang_tips'));
|
|
$form->text('address')->width(9,3);
|
|
$form->text('address')->width(9,3);
|
|
$form->switch('enabled')->width(9,3)->default(1);
|
|
$form->switch('enabled')->width(9,3)->default(1);
|
|
$form->hidden('country_alpha_2');
|
|
$form->hidden('country_alpha_2');
|