Skip to content

Commit b205681

Browse files
committed
Use the same string for both radio buttons in bulk user edit
Signed-off-by: snipe <[email protected]>
1 parent 67b0e73 commit b205681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/users/bulk-edit.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<div class="col-sm-9">
8989
<div class="checkbox">
9090
<label for="activated">
91-
{{ Form::radio('activated', '', true, ['aria-label'=>'activated']) }} {{ trans('admin/users/general.activation_status_warning') }} <br>
91+
{{ Form::radio('remote', '', true, ['aria-label'=>'activated']) }} {{ trans('general.do_not_change') }} <br>
9292
{{ Form::radio('activated', '1', old('activated'), ['aria-label'=>'activated']) }} {{ trans('general.login_enabled')}} <br>
9393
{{ Form::radio('activated', '0', old('activated'), ['aria-label'=>'activated']) }} {{ trans('admin/users/general.user_deactivated')}}
9494

0 commit comments

Comments
 (0)