Add missing strings to Step 2 preflight
This commit is contained in:
parent
099173fb94
commit
d667ae53ed
1 changed files with 4 additions and 1 deletions
|
@ -433,4 +433,7 @@ return [
|
|||
'errors_importing' => 'Some Errors occurred while importing: ',
|
||||
'warning' => 'WARNING: :warning',
|
||||
'success_redirecting' => '"Success... Redirecting.',
|
||||
];
|
||||
'setup_successful_migrations' => 'Your database tables have been created',
|
||||
'setup_migration_output' => 'Migration output:',
|
||||
'setup_migration_create_user' => 'Next: Create User',
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue