Commit cad9f05
committed
Fix the text domain on the settings sidebar heading
`views/part-rocket-ad.php:26` passed 'corporate' as the text domain instead of
'imagify', so "We recommend for you" never matched a translation and always
rendered in English regardless of locale.
Unrelated to the banner copy in #1044 - different file, different placement -
but found while tracing which WP Rocket banner the ticket meant, and it is a
one-word fix in the same area.1 parent 007c9db commit cad9f05
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments