Translation strings missing fix please
-
Hello,
there are 2 translation strings missing on checkout page.
When you checkout with PayPal and redirected back to checkout page:
…/checkout/?woo-paypal-return=true&token=E…“Create an account?
Create an account by entering the information below. If you are a returning customer please login at the top of the page.” is not translated.
You can find it here: class-wc-gateway-ppec-checkout-handler.php
Line: 296 (<?php _e( ‘Create an account?’, ” ); ?>) – string missing
AND
Line 305 (<?php _e( ‘Create an account by entering the information below. If you are a returning customer please login at the top of the page.’, ‘woocommerce’ ); ?>) – The string is wrong: “woocommerce” instead of “woocommerce-gateway-paypal-express-checkout”.Would be great if you can add the correct strings :)!
Thank you.
- The topic ‘Translation strings missing fix please’ is closed to new replies.