Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add theme json inspector #520

Merged
merged 10 commits into from
Apr 5, 2024
Prev Previous commit
Next Next commit
reword
Vicente Canales committed Apr 5, 2024
commit 4abf37cd7e87e5d8bf76f356b3ab3d95137fb186
2 changes: 1 addition & 1 deletion src/plugin-sidebar.js
Original file line number Diff line number Diff line change
@@ -205,7 +205,7 @@ const CreateBlockThemePlugin = () => {
</Button>
<Text variant="muted">
{ __(
'Open the theme JSON editor to view the theme data.',
'Open the theme JSON file to inspect theme data.',
vcanales marked this conversation as resolved.
Show resolved Hide resolved
'create-block-theme'
) }
</Text>
Loading