Skip to content

Commit f829390

Browse files
YehonalCopilot
andauthored
Update src/acore-wp-plugin/src/Hooks/WooCommerce/Smartstone.php
Co-authored-by: Copilot <[email protected]>
1 parent a847aac commit f829390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/acore-wp-plugin/src/Hooks/WooCommerce/Smartstone.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static function add_to_cart_validation($passed, $product_id, $quantity, $
3939

4040
$current_user = wp_get_current_user();
4141
if (!$current_user) {
42-
\wc_add_notice(__('You must be logged to buy it!', 'acore-wp-plugin'), 'error');
42+
\wc_add_notice(__('You must be logged in to buy it!', 'acore-wp-plugin'), 'error');
4343
return false;
4444
}
4545

0 commit comments

Comments
 (0)