Skip to content

Commit fcea564

Browse files
committed
Fixed button label
Signed-off-by: snipe <[email protected]>
1 parent 3972782 commit fcea564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/hardware/checkin.blade.php

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

130130
<x-redirect_submit_options
131131
index_route="hardware.index"
132-
:button_label="trans('general.checkout')"
132+
:button_label="trans('general.checkin')"
133133
:disabled_select="!$asset->model"
134134
:options="[
135135
'index' => trans('admin/hardware/form.redirect_to_all', ['type' => 'assets']),

0 commit comments

Comments
 (0)