diff --git a/inc/admin/agency/class-agency.php b/inc/admin/agency/class-agency.php index 028858cb..cb929ac1 100755 --- a/inc/admin/agency/class-agency.php +++ b/inc/admin/agency/class-agency.php @@ -76,7 +76,7 @@ class Opalestate_Admin_Agency { ) , array( - 'name' => esc_html__( 'slogan', 'opalestate-pro' ), + 'name' => esc_html__( 'Slogan', 'opalestate-pro' ), 'id' => "{$prefix}slogan", 'type' => 'text' ) diff --git a/inc/agency/class-opalestate-agency-metabox.php b/inc/agency/class-opalestate-agency-metabox.php index 8ffd77af..f6b13de3 100755 --- a/inc/agency/class-opalestate-agency-metabox.php +++ b/inc/agency/class-opalestate-agency-metabox.php @@ -260,7 +260,7 @@ class Opalestate_Agency_MetaBox extends Opalestate_User_MetaBox { ], ], [ - 'name' => esc_html__( 'slogan', 'opalestate-pro' ), + 'name' => esc_html__( 'Slogan', 'opalestate-pro' ), 'id' => "{$prefix}slogan", 'type' => 'text', ],