← All changes
|
includes/modules/CacheCoverage/CacheCoverageModule.php
+2
-2
1.2.4
→
1.3.3
View file →
| @@ -32,11 +32,11 @@ | ||
| 32 | 32 | public const VERSION = '1.0.0'; |
| 33 | 33 | |
| 34 | 34 | public function ui_metadata(): array { |
| 35 | 35 | return array( |
| 36 | - 'label' => 'Advanced Cache', | |
| 36 | + 'label' => __( 'Advanced Cache', 'xspeed' ), | |
| 37 | 37 | 'icon' => 'Layers', |
| 38 | - 'description' => 'Cache 404s, search, feeds, and the REST API, plus custom rules and maintenance bypass.', | |
| 38 | + 'description' => __( 'Cache 404s, search, feeds, and the REST API, plus custom rules and maintenance bypass.', 'xspeed' ), | |
| 39 | 39 | 'custom_panel' => 'CacheCoveragePanel', |
| 40 | 40 | ); |
| 41 | 41 | } |
| 42 | 42 | |