From 1cb2b9590b1e295d15fd821f79195197fef2354f Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Fri, 16 Feb 2024 16:29:16 +0200 Subject: [PATCH] - changed texts; - added a few links to docs; --- includes/admin/core/class-admin-settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/admin/core/class-admin-settings.php b/includes/admin/core/class-admin-settings.php index 2620523c..79416452 100644 --- a/includes/admin/core/class-admin-settings.php +++ b/includes/admin/core/class-admin-settings.php @@ -1626,7 +1626,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) { 'form_sections' => array( 'template' => array( 'title' => __( 'Template', 'ultimate-member' ), - 'description' => __( 'This section allows you to customize the user profile template and size.', 'ultimate-member' ), + 'description' => sprintf( __( 'This section allows you to customize the user profile template and size. Learn more about custom profile template creation.', 'ultimate-member' ), 'https://docs.ultimatemember.com/article/120-adding-your-custom-profile-templates' ), 'fields' => array( array( 'id' => 'profile_template', @@ -2118,7 +2118,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) { 'override_templates' => array( 'title' => __( 'Override templates', 'ultimate-member' ), // translators: %s: Link to the docs article. - 'description' => sprintf( __( 'You can find a list of template file changes with each release. You can check the latest templates and their statuses, and see if they\'re outdated or updated. You may get more details about overriding templates here.', 'ultimate-member' ), 'https://docs.ultimatemember.com/article/1516-templates-map' ), /** @noinspection HtmlUnknownTarget */ + 'description' => sprintf( __( 'You can find a list of template file changes with each release. Learn more about overriding templates.
You can check the latest templates and their statuses, and see if they\'re outdated or updated. Learn more about fixing outdated templates.', 'ultimate-member' ), 'https://docs.ultimatemember.com/article/1516-templates-map', 'https://docs.ultimatemember.com/article/1847-fixing-outdated-ultimate-member-templates' ), /** @noinspection HtmlUnknownTarget */ 'fields' => array( array( 'id' => 'override_templates_list_table',