| @@ -30,9 +30,9 @@ | ||
| 30 | 30 | }, 9999, 2 ); |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | public function getTitle(): string { |
| 34 | - return __( 'Aelia Multicurrency', 'tier-pricing-table' ); | |
| 34 | + return 'Aelia Multicurrency'; | |
| 35 | 35 | } |
| 36 | 36 | |
| 37 | 37 | public function getAuthorURL(): string { |
| 38 | 38 | return 'https://aelia.co/shop/currency-switcher-woocommerce/'; |
| @@ -42,9 +42,9 @@ | ||
| 42 | 42 | return $this->getContainer()->getFileManager()->locateAsset( 'admin/integrations/aelia-icon.svg' ); |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | public function getDescription(): string { |
| 46 | - return __( 'Make the tiered pricing properly work with multiple currencies.', 'tier-pricing-table' ); | |
| 46 | + return __( 'Convert and display tiered pricing correctly when using the Aelia Currency Switcher.', 'tier-pricing-table' ); | |
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | public function getSlug(): string { |
| 50 | 50 | return 'aelia-multicurrency'; |