Skip to content

Commit

Permalink
Fix the key name
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Nov 29, 2015
1 parent 5bd9aba commit 4b82967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/admin/users/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class="flat-blue"
{{ $user->id === $currentUser->id ? 'disabled' : '' }}
{{ Input::old('activated', $oldValue) }}
value="1" />
{{ trans('user::users.form.is_activated') }}
{{ trans('user::users.form.is activated') }}
{!! $errors->first('activated', '<span class="help-block">:message</span>') !!}
</label>
</div>
Expand Down

0 comments on commit 4b82967

Please sign in to comment.