From 02e8f32a83be1bbfccf4e29900d06d07cc3043ee Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Wed, 14 Feb 2024 15:26:49 +0200 Subject: [PATCH] - fixed field type label; --- includes/core/class-builtin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/core/class-builtin.php b/includes/core/class-builtin.php index 32158e0c..d1391022 100644 --- a/includes/core/class-builtin.php +++ b/includes/core/class-builtin.php @@ -273,7 +273,7 @@ if ( ! class_exists( 'um\core\Builtin' ) ) { ), 'tel' => array( - 'name' => __( 'Telephone Box', 'ultimate-member' ), + 'name' => __( 'Telephone', 'ultimate-member' ), 'col1' => array('_title','_metakey','_help','_default','_min_chars','_visibility'), 'col2' => array('_label','_placeholder','_public','_roles','_validate','_custom_validate','_max_chars'), 'col3' => array('_required','_editable','_icon'),