| @@ -11,13 +11,13 @@ | ||
| 11 | 11 | return $price; |
| 12 | 12 | } |
| 13 | 13 | |
| 14 | 14 | public function getTitle(): string { |
| 15 | - return __( 'WooCommerce Custom Product Addons (WCPA) by Acowebs', 'tier-pricing-table' ); | |
| 15 | + return 'WooCommerce Custom Product Addons (WCPA) by Acowebs'; | |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | public function getDescription(): string { |
| 19 | - return __( 'Make tiered pricing works properly with custom product options.', 'tier-pricing-table' ); | |
| 19 | + return __( 'Calculate tiered pricing accurately when custom product add-ons are selected.', 'tier-pricing-table' ); | |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | 22 | public function getSlug(): string { |
| 23 | 23 | return 'wcpa'; |