Merge pull request #25431 from woocommerce/update/maxmind-integration-docs
Updated MaxMind's license key field description
This commit is contained in:
commit
6333d11bc7
|
@ -103,10 +103,10 @@ class WC_Integration_MaxMind_Geolocation extends WC_Integration {
|
||||||
'description' => sprintf(
|
'description' => sprintf(
|
||||||
/* translators: %1$s: Documentation URL */
|
/* translators: %1$s: Documentation URL */
|
||||||
__(
|
__(
|
||||||
'The key that will be used when dealing with MaxMind Geolocation services. You can read how to generate one in <a href="%1$s">MaxMind\'s License Key Documentation</a>.',
|
'The key that will be used when dealing with MaxMind Geolocation services. You can read how to generate one in <a href="%1$s">MaxMind Geolocation Integration documentation</a>.',
|
||||||
'woocommerce'
|
'woocommerce'
|
||||||
),
|
),
|
||||||
'https://support.maxmind.com/account-faq/account-related/how-do-i-generate-a-license-key/'
|
'https://docs.woocommerce.com/document/maxmind-geolocation-integration/'
|
||||||
),
|
),
|
||||||
'desc_tip' => false,
|
'desc_tip' => false,
|
||||||
'default' => '',
|
'default' => '',
|
||||||
|
|
Loading…
Reference in New Issue