mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:54:31 -04:00
Minor fixes for translations
This commit is contained in:
parent
b27c77324e
commit
3e8171f2a8
@ -63,7 +63,7 @@ class UpdateCompanyRequest extends Request
|
|||||||
if (Ninja::isHosted()) {
|
if (Ninja::isHosted()) {
|
||||||
$rules['subdomain'] = ['nullable', 'regex:/^[a-zA-Z0-9.-]+[a-zA-Z0-9]$/', new ValidSubdomain($this->all())];
|
$rules['subdomain'] = ['nullable', 'regex:/^[a-zA-Z0-9.-]+[a-zA-Z0-9]$/', new ValidSubdomain($this->all())];
|
||||||
} else {
|
} else {
|
||||||
$rules['subdomain'] = 'nullable|alpha_num';
|
$rules['subdomain'] = 'nullable|regex:/^[a-zA-Z0-9.-]+[a-zA-Z0-9]$/';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5087,6 +5087,8 @@ $LANG = array(
|
|||||||
'light_dark_mode' => 'Light/Dark Mode',
|
'light_dark_mode' => 'Light/Dark Mode',
|
||||||
'activities' => 'Activities',
|
'activities' => 'Activities',
|
||||||
'recent_transactions' => "Here are your company's most recent transactions:",
|
'recent_transactions' => "Here are your company's most recent transactions:",
|
||||||
|
'country_Palestine' => "Palestine",
|
||||||
|
'country_Taiwan' => 'Taiwan',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user