← All changes
|
src/Agent/workflows/theme/change-theme-fonts-variation.js
+1
-1
3.1.2
→
trunk
View file →
| @@ -10,9 +10,9 @@ | ||
| 10 | 10 | needsRedirect: () => !Number(context?.postId || 0), |
| 11 | 11 | redirectComponent: () => |
| 12 | 12 | Redirect( |
| 13 | 13 | __( |
| 14 | - 'Hey there! It looks like you are trying to change your theme fonts, but you are not on a page where we can do that.', | |
| 14 | + 'It looks like you are trying to change your theme fonts, but you are not on a page where we can do that.', | |
| 15 | 15 | 'extendify-local', |
| 16 | 16 | ), |
| 17 | 17 | ), |
| 18 | 18 | id: 'change-theme-fonts-variation', |