Skip to content

Commit ff691c0

Browse files
arielkromanbondarKingYes
authored
Internal: Change text in custom logo (#226)
* few comments * Tested up to 5.6 * remove duplicate * add utilities scss * Post Password Form Submit button alignment When a post is password-protected, the Post Password Form Submit button isn't aligned properly. * Update Changelog * Move Hello Theme Header & Footer experiment to stable status * Changelog * Build * Add ref to changelog * Aligned page title to the header and footer * Internal: Add accessibility-ready tag * Tweak: Remove unused image file * Internal: update text & links * Internal: fix URL * Tweak: Mark the header footer tab in the customizer * Fix: Remove override the default width * Changelog * Tweak: Add theme_support for `script` and `style` to avoid validation warnings (#184) * A different way to align title * changelog * Tweak: Add output escaping, fixed: #194 * Tweak: Added Skip to Content link to dynamic or template header * Changelog * Update header.php * Changelog * changelog * changelog * Update release date * Update date release * Internal: New screenshot * Fix: Tables with various colors looks weird (#126) * Changelog * Fix table colors * Changelog * Change text * Update customizer-functions.php Co-authored-by: Roman <[email protected]> Co-authored-by: Yakir Sitbon <[email protected]>
1 parent a089a8b commit ff691c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/customizer-functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function insertLogoButton( elementId ) {
6868
var button = $( '<a class="button create-logo-button" target="_blank" href="https://go.elementor.com/hello-theme-logo-maker/" />' )
6969
.text( '<?php echo esc_attr__( 'Create a Logo in Minutes', 'hello-elementor' ); ?>' ),
7070
description = $( '<span />' )
71-
.text( '<?php echo esc_html__( 'Add a logo to display on your website, or create your own professional logo using Fiverr logo maker.', 'hello-elementor' ); ?>' );
71+
.text( '<?php echo esc_html__( 'Add a logo to display on your website. Don\'t have one yet? Create a professional logo with Fiverr\'s logo maker.', 'hello-elementor' ); ?>' );
7272

7373
setTimeout( function() {
7474
$( elementId + ' .actions' ).prepend( button ).before( description );

0 commit comments

Comments
 (0)