This commit is contained in:
Hoang Huu 2019-09-25 09:08:16 +07:00
parent ca991c6447
commit ba79835af1
2 changed files with 2 additions and 2 deletions

@ -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'
)

@ -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',
],