From 4d98d446a7fd67182634cefb422be3dbb6a75892 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sat, 20 Jan 2018 10:11:06 -0500 Subject: [PATCH] fix next step name in installer --- modules/Installer/Resources/views/steps/step2-db.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Installer/Resources/views/steps/step2-db.blade.php b/modules/Installer/Resources/views/steps/step2-db.blade.php index e1e1e614..5c512259 100644 --- a/modules/Installer/Resources/views/steps/step2-db.blade.php +++ b/modules/Installer/Resources/views/steps/step2-db.blade.php @@ -73,7 +73,7 @@

- {!! Form::submit('Complete Setup >>', ['class' => 'btn btn-success']) !!} + {!! Form::submit('Setup Database >>', ['class' => 'btn btn-success']) !!}

{!! Form::close() !!}