Merge pull request #25431 from woocommerce/update/maxmind-integration-docs

Updated MaxMind's license key field description
This commit is contained in:
Rodrigo Primo 2020-01-20 13:54:38 -03:00 committed by GitHub
commit 6333d11bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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' => '',