1
0

OpenCart 3.0.3.8

This commit is contained in:
Christer Warén
2021-10-08 18:17:57 +03:00
parent cfa575a06a
commit 4bd790f56a
63 changed files with 461 additions and 89 deletions

View File

@ -48,3 +48,4 @@ $_['tab_review'] = 'Reviews (%s)';
$_['error_name'] = 'Varoitus: Review Name must be between 3 and 25 characters!';
$_['error_text'] = 'Varoitus: Review Text must be between 25 and 1000 characters!';
$_['error_rating'] = 'Varoitus: Please select a review rating!';
$_['error_product'] = "Varoitus: Product required to add the review!";