mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -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' : '') }}>
|
<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