| @@ -49,9 +49,9 @@ | ||
| 49 | 49 | } ); |
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | public function getTitle(): string { |
| 53 | - return __( 'WooCommerce Currency Switcher (FOX)', 'tier-pricing-table' ); | |
| 53 | + return 'WooCommerce Currency Switcher (FOX)'; | |
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | public function getIconURL(): string { |
| 57 | 57 | return $this->getContainer()->getFileManager()->locateAsset( 'admin/integrations/fox-icon.png' ); |
| @@ -61,9 +61,9 @@ | ||
| 61 | 61 | return 'https://wordpress.org/plugins/woocommerce-currency-switcher/'; |
| 62 | 62 | } |
| 63 | 63 | |
| 64 | 64 | public function getDescription(): string { |
| 65 | - return __( 'Make the tiered pricing properly work with multiple currencies.', 'tier-pricing-table' ); | |
| 65 | + return __( 'Convert and display tiered pricing correctly when using the FOX WooCommerce Currency Switcher.', 'tier-pricing-table' ); | |
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | public function getSlug(): string { |
| 69 | 69 | return 'woocs'; |