Merge pull request #25522 from woocommerce/update/maxmind-title

Simplify MaxMind integration title
This commit is contained in:
Rodrigo Primo 2020-01-29 17:17:10 -03:00 committed by GitHub
commit 1793fdf682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class WC_Integration_MaxMind_Geolocation extends WC_Integration {
*/
public function __construct() {
$this->id = 'maxmind_geolocation';
$this->method_title = __( 'WooCommerce MaxMind Geolocation', 'woocommerce' );
$this->method_title = __( 'MaxMind Geolocation', 'woocommerce' );
$this->method_description = __( 'An integration for utilizing MaxMind to do Geolocation lookups. Please note that this integration will only do country lookups.', 'woocommerce' );
/**