FleetCart/Modules/Review/Resources/lang/en/attributes.php

10 lines
181 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'rating' => 'Rating',
'reviewer_name' => 'Reviewer Name',
'comment' => 'Comment',
'captcha' => 'Captcha',
'is_approved' => 'Status',
];