Profile image description

This commit is contained in:
AlxMedia 2021-09-21 11:49:39 +02:00
parent 74c5b286b1
commit 469cdf9a99
2 changed files with 3 additions and 3 deletions

View file

@ -226,7 +226,7 @@ Kirki::add_field( 'gridframe_theme', array(
'type' => 'image',
'settings' => 'profile-image',
'label' => esc_html__( 'Profile Image', 'gridframe' ),
'description' => esc_html__( 'Minimum width of 220px', 'gridframe' ),
'description' => esc_html__( 'Works best with square size', 'gridframe' ),
'section' => 'header',
'default' => '',
) );

View file

@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Gridframe\n"
"POT-Creation-Date: 2021-09-21 11:04+0200\n"
"POT-Creation-Date: 2021-09-21 11:49+0200\n"
"PO-Revision-Date: 2018-09-21 21:27+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
@ -362,7 +362,7 @@ msgid "Profile Image"
msgstr ""
#: functions/theme-options.php:229
msgid "Minimum width of 220px"
msgid "Works best with square size"
msgstr ""
#: functions/theme-options.php:237