diff --git a/functions/theme-options.php b/functions/theme-options.php
index af49869..68e1f2d 100644
--- a/functions/theme-options.php
+++ b/functions/theme-options.php
@@ -684,7 +684,7 @@ Kirki::add_field( 'featureon_theme', array(
'label' => esc_html__( 'Create Social Links', 'featureon' ),
'description' => esc_html__( 'Create and organize your social links', 'featureon' ),
'section' => 'social',
- 'tooltip' => esc_html__( 'Font Awesome names:', 'featureon' ) . ' ' . esc_html__( 'View All', 'featureon' ) . ' ',
+ 'tooltip' => esc_html__( 'Font Awesome names:', 'featureon' ) . ' ' . esc_html__( 'View All', 'featureon' ) . ' ',
'row_label' => array(
'type' => 'text',
'value' => esc_html__('social link', 'featureon' ),
@@ -701,7 +701,7 @@ Kirki::add_field( 'featureon_theme', array(
'social-icon' => array(
'type' => 'text',
'label' => esc_html__( 'Icon Name', 'featureon' ),
- 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'featureon' ) . ' ' . esc_html__( 'View All', 'featureon' ) . ' ',
+ 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'featureon' ) . ' ' . esc_html__( 'View All', 'featureon' ) . ' ',
'default' => 'fa-',
),
'social-link' => array(