Skip to content

Commit 17828c8

Browse files
Changelog button (#443)
1 parent 68e9040 commit 17828c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/dev/js/admin/hello-admin.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
display: flex;
1919
justify-content: center;
2020
align-items: center;
21+
gap: 10px;
2122

2223
.dashicon {
2324
color: #757575;

assets/dev/js/admin/pages/settings-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const SettingsPage = () => {
127127
}
128128
} }
129129
>
130-
changelog
130+
{ __( 'Changelog', 'hello-elementor' ) }
131131
</Button>
132132
</div>
133133
</div>

0 commit comments

Comments
 (0)