| @@ -140,11 +140,11 @@ | ||
| 140 | 140 | } |
| 141 | 141 | |
| 142 | 142 | public function ui_metadata(): array { |
| 143 | 143 | return array( |
| 144 | - 'label' => 'Health', | |
| 144 | + 'label' => __( 'Health', 'xspeed' ), | |
| 145 | 145 | 'icon' => 'HeartPulse', |
| 146 | - 'description' => 'Diagnostics, hit ratio, and recent cache activity.', | |
| 146 | + 'description' => __( 'Diagnostics, hit ratio, and recent cache activity.', 'xspeed' ), | |
| 147 | 147 | // Health is the single host page for all Insights (FBS-83633): |
| 148 | 148 | // a Recommendations action card + Cache / Visitors / PageSpeed |
| 149 | 149 | // tabs. HealthPanel renders the Free cache diagnostics (the old |
| 150 | 150 | // HealthCard) as the Cache tab and hosts the Pro insight panels |