PluginProbe
Extendify / 3.2.1
Extendify v3.2.1
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/Agent/workflows/theme/change-site-design.js +1 -1 3.1.23.2.1 View file →
@@ -15,9 +15,9 @@
15 15 needsRedirect: () => !context?.isFrontPage,
16 16 redirectComponent: () =>
17 17 Redirect(
18 18 __(
19 - 'Hey there! It looks like you are trying to change your site design, but you are not on a page where we can do that.',
19 + 'It looks like you are trying to change your site design, but you are not on a page where we can do that.',
20 20 'extendify-local',
21 21 ),
22 22 ),
23 23 id: 'change-site-design',