Skip to content

Commit 036d17e

Browse files
committed
bulk checkin/checkout: rename Cancel button to Back
1 parent 44e2581 commit 036d17e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/hardware/bulk-checkout.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
</div> <!--./box-body-->
8888
<div class="box-footer">
89-
<a class="btn btn-link" href="{{ URL::previous() }}"> {{ trans('button.cancel') }}</a>
89+
<a class="btn btn-link" href="{{ URL::previous() }}"> {{ trans('general.back') }}</a>
9090
<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>
9191
</div>
9292
</div>

resources/views/hardware/quickscan-checkin.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
</div> <!--/.box-body-->
8686
<div class="box-footer">
87-
<a class="btn btn-link" href="{{ URL::previous() }}"> {{ trans('button.cancel') }}</a>
87+
<a class="btn btn-link" href="{{ URL::previous() }}"> {{ trans('general.back') }}</a>
8888
<button type="submit" id="checkinout_button" class="btn btn-success pull-right"><x-icon type="checkmark" /> {{ trans('general.checkin') }}</button>
8989
</div>
9090

0 commit comments

Comments
 (0)