- changed labels;

This commit is contained in:
Nikita Sinelnikov
2021-07-27 16:03:29 +03:00
parent a4f41c79e4
commit 2edddc18fe
3 changed files with 10 additions and 10 deletions
@@ -113,8 +113,8 @@ if ( ! defined( 'ABSPATH' ) ) {
array(
'id' => '_um_restrict_custom_message',
'type' => 'wp_editor',
'label' => __( 'Custom Restrict Content message', 'ultimate-member' ),
'tooltip' => __( 'You may replace global restrict message here', 'ultimate-member' ),
'label' => __( 'Custom restricted access message', 'ultimate-member' ),
'tooltip' => __( 'You may replace global restricted access message here', 'ultimate-member' ),
'value' => ! empty( $data['_um_restrict_custom_message'] ) ? $data['_um_restrict_custom_message'] : '',
'conditional' => array( '_um_restrict_by_custom_message', '=', '1' ),
),