Fixed pluralization

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-24 19:16:08 +01:00
parent 8368fb5c41
commit 5b8529bc83

View file

@ -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',
]; ];