Move setup form into language file

This commit is contained in:
James Brooks
2014-12-27 18:21:59 +00:00
parent 63eb30b383
commit f2f4f07931
2 changed files with 26 additions and 15 deletions
+12 -1
View File
@@ -49,7 +49,18 @@ return [
],
// Forms
'forms' => [
'email' => 'Email',
'email' => 'Email',
'password' => 'Password',
// Setup Form
'setup' => [
'service_details' => 'Service Details',
'status_page_setup' => 'Status Page Setup',
'site_name' => 'Site Name',
'site_domain' => 'Site Domain',
'show_support' => 'Show support for Cachet?',
'admin_account' => 'Administrator Account',
'admin_username' => 'Username',
'finish_setup' => 'Complete Setup'
]
]
];