Added welcome modal

This commit is contained in:
Joseph Cohen
2015-01-18 15:53:43 -06:00
parent 8191921c6f
commit 43cfef389c
8 changed files with 179 additions and 0 deletions
+15
View File
@@ -128,4 +128,19 @@ return [
'whoops' => 'Oops.',
],
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to Cachet',
'message' => 'Your status page is almost ready! You might want to configure these extra settings',
'close' => 'Just go straight to my dashboard',
'steps' => [
'component' => 'Create components',
'incident' => 'Create incidents',
'customize' => 'Customize your Cachet Status Page.',
'team' => 'Add users to your team.',
'api' => 'Generate API token.',
'two-factor' => 'Enable Two Factor Authetication.',
],
],
];