Simplify MaxMind integration title

This commit is contained in:
Claudio Sanches 2020-01-29 13:43:27 -03:00
parent 3d97718094
commit 2ec4492074
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' );
/**