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