Skip to content

Commit 74eb6f8

Browse files
arielkromanbondarKingYes
authored
Fix: Change description (#228)
* 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 * Fix: Create logo Style & polish * Change description * Update includes/customizer-functions.php Co-authored-by: Roman <[email protected]> Co-authored-by: Yakir Sitbon <[email protected]>
1 parent 9a0ae68 commit 74eb6f8

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 button-primary 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 = $( '<div class="create-logo-desc" />' )
71-
.text( '<?php echo esc_attr__( "Add a logo to display on your website. Don't have one yet? Create a professional logo with Fiverr's logo maker.", 'hello-elementor' ); ?>' );
71+
.text( '<?php echo esc_attr__( 'Add a logo to display on your website, or create a professional logo with the Fiverr logo maker.', 'hello-elementor' ); ?>' );
7272

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

0 commit comments

Comments
 (0)