mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -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' : '') }}>
|
<button type="submit" class="btn btn-success"{{ (config('app.lock_passwords') ? ' disabled' : '') }}>
|
||||||
<i class="fas fa-check icon-white" aria-hidden="true"></i>
|
<i class="fas fa-check icon-white" aria-hidden="true"></i>
|
||||||
{{ trans('button.update') }}
|
{{ trans('general.update') }}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
</div><!-- /.box-footer -->
|
</div><!-- /.box-footer -->
|
||||||
|
|
Loading…
Reference in a new issue