diff --git a/functions/theme-options.php b/functions/theme-options.php
index 374b3dc..548c332 100644
--- a/functions/theme-options.php
+++ b/functions/theme-options.php
@@ -725,7 +725,7 @@ Kirki::add_field( 'magaziner_theme', array(
'label' => esc_html__( 'Create Social Links', 'magaziner' ),
'description' => esc_html__( 'Create and organize your social links', 'magaziner' ),
'section' => 'social',
- 'tooltip' => esc_html__( 'Font Awesome names:', 'magaziner' ) . ' ' . esc_html__( 'View All', 'magaziner' ) . ' ',
+ 'tooltip' => esc_html__( 'Font Awesome names:', 'magaziner' ) . ' ' . esc_html__( 'View All', 'magaziner' ) . ' ',
'row_label' => array(
'type' => 'text',
'value' => esc_html__('social link', 'magaziner' ),
@@ -742,7 +742,7 @@ Kirki::add_field( 'magaziner_theme', array(
'social-icon' => array(
'type' => 'text',
'label' => esc_html__( 'Icon Name', 'magaziner' ),
- 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'magaziner' ) . ' ' . esc_html__( 'View All', 'magaziner' ) . ' ',
+ 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'magaziner' ) . ' ' . esc_html__( 'View All', 'magaziner' ) . ' ',
'default' => 'fa-',
),
'social-link' => array(