FleetCart/Modules/Review/Resources/lang/en/attributes.php
2023-06-11 13:14:03 +01:00

10 lines
181 B
PHP

<?php
return [
'rating' => 'Rating',
'reviewer_name' => 'Reviewer Name',
'comment' => 'Comment',
'captcha' => 'Captcha',
'is_approved' => 'Status',
];