mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for translations
This commit is contained in:
parent
b690ff7808
commit
b5e7e76bf8
@ -27,7 +27,7 @@ class SubdomainController extends BaseController
|
||||
public function index()
|
||||
{
|
||||
if (!MultiDB::checkDomainAvailable(request()->input('subdomain'))) {
|
||||
return response()->json(['message' => 'Domain not available'], 401);
|
||||
return response()->json(['message' => ctrans('texts.subdomain_is_not_available')], 401);
|
||||
}
|
||||
|
||||
return response()->json(['message' => 'Domain available'], 200);
|
||||
|
Loading…
x
Reference in New Issue
Block a user