Skip to content

Commit

Permalink
Improve label
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com>
  • Loading branch information
pbking and mikachan authored Apr 17, 2024
1 parent eac924f commit 1065f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const CreateBlockThemePlugin = () => {
icon={ code }
onClick={ () => setIsEditorOpen( true ) }
>
{ __( 'theme.json', 'create-block-theme' ) }
{ __( 'View theme.json', 'create-block-theme' ) }

Check failure on line 138 in src/plugin-sidebar.js

View workflow job for this annotation

GitHub Actions / Lint

Replace `·'View·theme.json',·'create-block-theme'·` with `⏎↹↹↹↹↹↹↹↹↹↹'View·theme.json',⏎↹↹↹↹↹↹↹↹↹↹'create-block-theme'⏎↹↹↹↹↹↹↹↹↹`
</Button>
<Button
icon={ download }
Expand Down

0 comments on commit 1065f6a

Please sign in to comment.