diff --git a/wp-content/themes/cosmopet/global-functions/multilang-functions.php b/wp-content/themes/cosmopet/global-functions/multilang-functions.php index bcbd80b..10ae52f 100644 --- a/wp-content/themes/cosmopet/global-functions/multilang-functions.php +++ b/wp-content/themes/cosmopet/global-functions/multilang-functions.php @@ -1553,4 +1553,5 @@ add_action('init', function () { pll_register_string('Подписка на товар оформлена', 'Подписка на товар оформлена', 'Theme'); pll_register_string('На ваш e-mail придет письмо, как только продукт появится в наличии.', 'На ваш e-mail придет письмо, как только продукт появится в наличии.', 'Theme'); pll_register_string('Продолжить покупки', 'Продолжить покупки', 'Theme'); + pll_register_string('Your cart is empty', 'Your cart is empty', 'Cart'); }); \ No newline at end of file