diff --git a/resources/views/dashboard/profile.blade.php b/resources/views/dashboard/profile.blade.php index df52cf028..c41a2179f 100644 --- a/resources/views/dashboard/profile.blade.php +++ b/resources/views/dashboard/profile.blade.php @@ -102,7 +102,7 @@ {{ $alt->character_id }} {{ Form::hidden('character', $alt->character_id) }} - {{ Form::submit('Submit', ['class' => 'btn btn-primary']) }} + {{ Form::submit('Remove Alt', ['class' => 'btn btn-primary']) }} {{ Form::close() }}