Skip to content

Commit

Permalink
Fix spell
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Dec 26, 2023
1 parent 9546853 commit 65a6fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/dev/js/admin/panels/action-links-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const actionLinks = {
image: helloAdminData.templateDirectoryURI + '/assets/images/elementor.svg',
title: __( 'Style using Elementor', 'hello-elementor' ),
message: __( 'Design your cross-site header & footer from Elementor’s "Site Settings" panel.', 'hello-elementor' ),
button: __( 'Activate Hello theme header & footer experiment', 'hello-elementor' ),
button: __( 'Activate header & footer experiment', 'hello-elementor' ),
link: helloAdminData.actionLinkURL,
},
'style-header-footer':
Expand Down
2 changes: 1 addition & 1 deletion includes/customizer/customizer-action-links.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private function print_customizer_action_links() {
'image' => get_template_directory_uri() . '/assets/images/elementor.svg',
'title' => esc_html__( 'Style using Elementor', 'hello-elementor' ),
'message' => esc_html__( 'Design your cross-site header & footer from Elementor’s "Site Settings" panel.', 'hello-elementor' ),
'button' => esc_html__( 'Activate Hello theme header & footer experiment', 'hello-elementor' ),
'button' => esc_html__( 'Activate header & footer experiment', 'hello-elementor' ),
'link' => wp_nonce_url( 'admin.php?page=elementor#tab-experiments' ),
];
break;
Expand Down

0 comments on commit 65a6fe4

Please sign in to comment.