Backend für Anträge; unnötiges location.reload() entfernt
This commit is contained in:
@@ -10,13 +10,14 @@ return [
|
||||
'unknown_error_with_details' => 'An unknown error occurred: :error',
|
||||
],
|
||||
'PreApplicationController' => [
|
||||
'success' => 'Preapplication submitted successfully. Please check your email inbox.',
|
||||
'already_submitted' => 'You have already submitted a preapplication.',
|
||||
'success' => 'Application submitted successfully. Please check your email inbox.',
|
||||
'already_submitted' => 'You have already submitted an application.',
|
||||
'wrong_passport_type' => 'Wrong passport type',
|
||||
'invalid_email_format' => 'Invalid email format',
|
||||
'failed_to_process' => 'Failed to process preapplication: :error',
|
||||
'failed_to_process' => 'Failed to process application: :error',
|
||||
'invalid_characters' => 'Invalid characters in name or location',
|
||||
'event_not_found' => 'Chaos event not found',
|
||||
'application_not_found' => 'Application not found'
|
||||
],
|
||||
'BlogController' => [
|
||||
'error_occurred' => 'An error occurred while processing the blog: :error',
|
||||
|
||||
Reference in New Issue
Block a user