mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Use flexible language string for confirm delete
This commit is contained in:
parent
c8cf46f62b
commit
0fc0aa39b1
|
@ -68,6 +68,7 @@
|
||||||
'debug_warning' => 'Warning!',
|
'debug_warning' => 'Warning!',
|
||||||
'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.',
|
'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Delete',
|
||||||
|
'delete_confirm' => 'Are you sure you wish to delete :item?',
|
||||||
'deleted' => 'Deleted',
|
'deleted' => 'Deleted',
|
||||||
'delete_seats' => 'Deleted Seats',
|
'delete_seats' => 'Deleted Seats',
|
||||||
'departments' => 'Departments',
|
'departments' => 'Departments',
|
||||||
|
|
Loading…
Reference in a new issue