Insert missing links

This commit is contained in:
inpsyde-maticluznar 2024-10-29 13:03:24 +01:00
parent e664052b62
commit 52a1bb7383
No known key found for this signature in database
GPG key ID: D005973F231309F6
3 changed files with 12 additions and 5 deletions

View file

@ -106,9 +106,12 @@ const StepProducts = ( { setStep, currentStep, stepperOrder } ) => {
currentValue={ products }
type="checkbox"
>
<a href="#">
<a
target="__blank"
href="https://woocommerce.com/document/woocommerce-paypal-payments/#subscriptions-faq"
>
{ __(
'WooCommerce Subscriptions - TODO missing link',
'WooCommerce Subscriptions',
'woocommerce-paypal-payments'
) }
</a>

View file

@ -89,10 +89,10 @@ const WelcomeForm = () => {
const advancedUsersDescription = sprintf(
// translators: %s: Link to PayPal REST application guide
__(
'For advanced users: Connect a custom PayPal REST app for full control over your integration. For more information on creating a PayPal REST application, <a href="%s">click here</a>.',
'For advanced users: Connect a custom PayPal REST app for full control over your integration. For more information on creating a PayPal REST application, <a target="_blank" href="%s">click here</a>.',
'woocommerce-paypal-payments'
),
'#'
'https://woocommerce.com/document/woocommerce-paypal-payments/#manual-credential-input '
);
return (
@ -116,7 +116,7 @@ const WelcomeForm = () => {
<Separator className="ppcp-r-page-welcome-mode-separator" />
<SettingsToggleBlock
label={ __(
'Manually Connect - TODO missing link',
'Manually Connect',
'woocommerce-paypal-payments'
) }
description={ advancedUsersDescription }