mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed incorrect translation string for bulk user edit
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a119484277
commit
0f3702b0fc
|
@ -178,7 +178,7 @@
|
|||
|
||||
<button type="submit" class="btn btn-success"{{ (config('app.lock_passwords') ? ' disabled' : '') }}>
|
||||
<i class="fas fa-check icon-white" aria-hidden="true"></i>
|
||||
{{ trans('button.update') }}
|
||||
{{ trans('general.update') }}
|
||||
</button>
|
||||
|
||||
</div><!-- /.box-footer -->
|
||||
|
|
Loading…
Reference in a new issue