mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fixed button string
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
458d61fafe
commit
25cc46e416
|
@ -4,7 +4,7 @@ return [
|
||||||
'actions' => 'Actions',
|
'actions' => 'Actions',
|
||||||
'add' => 'Add New',
|
'add' => 'Add New',
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'Cancel',
|
||||||
'checkin_and_delete' => 'Checkin & Delete User',
|
'checkin_and_delete' => 'Checkin All / Delete User',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Delete',
|
||||||
'edit' => 'Edit',
|
'edit' => 'Edit',
|
||||||
'restore' => 'Restore',
|
'restore' => 'Restore',
|
||||||
|
|
Loading…
Reference in a new issue