diff --git a/functions/theme-options.php b/functions/theme-options.php
index 99c94b5..519d0ec 100644
--- a/functions/theme-options.php
+++ b/functions/theme-options.php
@@ -584,7 +584,7 @@ Kirki::add_field( 'bigvisual_theme', array(
'label' => esc_html__( 'Create Social Links', 'bigvisual' ),
'description' => esc_html__( 'Create and organize your social links', 'bigvisual' ),
'section' => 'social',
- 'tooltip' => esc_html__( 'Font Awesome names:', 'bigvisual' ) . ' ' . esc_html__( 'View All', 'bigvisual' ) . ' ',
+ 'tooltip' => esc_html__( 'Font Awesome names:', 'bigvisual' ) . ' ' . esc_html__( 'View All', 'bigvisual' ) . ' ',
'row_label' => array(
'type' => 'text',
'value' => esc_html__('social link', 'bigvisual' ),
@@ -601,7 +601,7 @@ Kirki::add_field( 'bigvisual_theme', array(
'social-icon' => array(
'type' => 'text',
'label' => esc_html__( 'Icon Name', 'bigvisual' ),
- 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'bigvisual' ) . ' ' . esc_html__( 'View All', 'bigvisual' ) . ' ',
+ 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'bigvisual' ) . ' ' . esc_html__( 'View All', 'bigvisual' ) . ' ',
'default' => 'fa-',
),
'social-link' => array(