Added translation for no assets selected
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
22ec3c1398
commit
2982d78899
1 changed files with 4 additions and 3 deletions
|
@ -14,9 +14,10 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'update' => [
|
'update' => [
|
||||||
'error' => 'Asset was not updated, please try again',
|
'error' => 'Asset was not updated, please try again',
|
||||||
'success' => 'Asset updated successfully.',
|
'success' => 'Asset updated successfully.',
|
||||||
'nothing_updated' => 'No fields were selected, so nothing was updated.',
|
'nothing_updated' => 'No fields were selected, so nothing was updated.',
|
||||||
|
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
|
||||||
],
|
],
|
||||||
|
|
||||||
'restore' => [
|
'restore' => [
|
||||||
|
|
Loading…
Add table
Reference in a new issue