mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fixed pluralization
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
8368fb5c41
commit
5b8529bc83
|
@ -556,7 +556,7 @@ return [
|
||||||
'something_went_wrong' => 'Something went wrong with your request.',
|
'something_went_wrong' => 'Something went wrong with your request.',
|
||||||
'close' => 'Close',
|
'close' => 'Close',
|
||||||
'expires' => 'Expires',
|
'expires' => 'Expires',
|
||||||
'map_fields'=> 'Map :item_type Field',
|
'map_fields'=> 'Map :item_type Fields',
|
||||||
'remaining_var' => ':count Remaining',
|
'remaining_var' => ':count Remaining',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue