This commit is contained in:
Marcel Pociot
2020-05-03 22:27:52 +02:00
parent a7ef4d8cec
commit 0325162718
2 changed files with 21 additions and 0 deletions

View File

@@ -75,6 +75,8 @@ return [
'user_repository' => \App\Server\UserRepository\DatabaseUserRepository::class,
'messages' => [
'message_of_the_day' => 'Thank you for using expose.',
'invalid_auth_token' => 'Authentication failed. Please check your authentication token and try again.',
'subdomain_taken' => 'The chosen subdomain :subdomain is already taken. Please choose a different subdomain.',