diff --git a/functions/theme-options.php b/functions/theme-options.php
index ba20e89..0bf3d93 100644
--- a/functions/theme-options.php
+++ b/functions/theme-options.php
@@ -571,7 +571,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' ),
@@ -588,7 +588,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(