From ba79835af123e344ccf837c651eace992cc2bb3c Mon Sep 17 00:00:00 2001 From: Hoang Huu Date: Wed, 25 Sep 2019 09:08:16 +0700 Subject: [PATCH] Update --- inc/admin/agency/class-agency.php | 2 +- inc/agency/class-opalestate-agency-metabox.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', ],