mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
bulk checkin/checkout: rename Cancel button to Back
This commit is contained in:
parent
44e2581f56
commit
036d17eff3
|
@ -86,7 +86,7 @@
|
|||
|
||||
</div> <!--./box-body-->
|
||||
<div class="box-footer">
|
||||
<a class="btn btn-link" href="{{ URL::previous() }}"> {{ trans('button.cancel') }}</a>
|
||||
<a class="btn btn-link" href="{{ URL::previous() }}"> {{ trans('general.back') }}</a>
|
||||
<button type="submit" id="checkinout_button" class="btn btn-primary pull-right"><i class="fas fa-check icon-white" aria-hidden="true"></i> {{ trans('general.checkout') }}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
|
||||
</div> <!--/.box-body-->
|
||||
<div class="box-footer">
|
||||
<a class="btn btn-link" href="{{ URL::previous() }}"> {{ trans('button.cancel') }}</a>
|
||||
<a class="btn btn-link" href="{{ URL::previous() }}"> {{ trans('general.back') }}</a>
|
||||
<button type="submit" id="checkinout_button" class="btn btn-success pull-right"><x-icon type="checkmark" /> {{ trans('general.checkin') }}</button>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue