mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 16:14:28 -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()) {
|
||||
$rules['subdomain'] = ['nullable', 'regex:/^[a-zA-Z0-9.-]+[a-zA-Z0-9]$/', new ValidSubdomain($this->all())];
|
||||
} 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',
|
||||
'activities' => 'Activities',
|
||||
'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