diff --git a/src/Localization/Services/StorefrontLabels.php b/src/Localization/Services/StorefrontLabels.php index 461dbb1..1fa052d 100644 --- a/src/Localization/Services/StorefrontLabels.php +++ b/src/Localization/Services/StorefrontLabels.php @@ -38,6 +38,7 @@ class StorefrontLabels 'auth.login' => ['en' => 'Log In', 'el' => 'Σύνδεση'], 'auth.logout' => ['en' => 'Log Out', 'el' => 'Αποσύνδεση'], 'search.placeholder' => ['en' => 'Search products…', 'el' => 'Αναζήτηση προϊόντων…'], + 'search.results_for' => ['en' => 'Search results for ', 'el' => 'Αποτελέσματα αναζήτησης για '], 'customer_reviews' => [ 'en' => '{0} No customer reviews|{1} :count customer review|[2,*] :count customer reviews', 'el' => '{0} Καμία αξιολόγηση πελάτη|{1} :count αξιολόγηση πελάτη|[2,*] :count αξιολογήσεις πελατών',