mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-25 20:51:30 -08:00
Merge pull request #12825 from snipe/fixes/wrong_button_string_on_bulk_user_edit
Fixed #12822 - Missing translation on bulk edit user submit button
This commit is contained in:
commit
14ec96cf45
|
@ -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