Skip to content

Commit 65a6fe4

Browse files
committed
Fix spell
1 parent 9546853 commit 65a6fe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/dev/js/admin/panels/action-links-panel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const actionLinks = {
2323
image: helloAdminData.templateDirectoryURI + '/assets/images/elementor.svg',
2424
title: __( 'Style using Elementor', 'hello-elementor' ),
2525
message: __( 'Design your cross-site header & footer from Elementor’s "Site Settings" panel.', 'hello-elementor' ),
26-
button: __( 'Activate Hello theme header & footer experiment', 'hello-elementor' ),
26+
button: __( 'Activate header & footer experiment', 'hello-elementor' ),
2727
link: helloAdminData.actionLinkURL,
2828
},
2929
'style-header-footer':

includes/customizer/customizer-action-links.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private function print_customizer_action_links() {
8383
'image' => get_template_directory_uri() . '/assets/images/elementor.svg',
8484
'title' => esc_html__( 'Style using Elementor', 'hello-elementor' ),
8585
'message' => esc_html__( 'Design your cross-site header & footer from Elementor’s "Site Settings" panel.', 'hello-elementor' ),
86-
'button' => esc_html__( 'Activate Hello theme header & footer experiment', 'hello-elementor' ),
86+
'button' => esc_html__( 'Activate header & footer experiment', 'hello-elementor' ),
8787
'link' => wp_nonce_url( 'admin.php?page=elementor#tab-experiments' ),
8888
];
8989
break;

0 commit comments

Comments
 (0)