From cbe4e28d1284df4bd2010a8f89d500423433a97e Mon Sep 17 00:00:00 2001 From: olatechpro Date: Thu, 23 May 2024 05:17:18 +0100 Subject: [PATCH] Update "metadata" name in settings #1641 --- modules/editorial-metadata/editorial-metadata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editorial-metadata/editorial-metadata.php b/modules/editorial-metadata/editorial-metadata.php index 1636e6e2..e8808298 100644 --- a/modules/editorial-metadata/editorial-metadata.php +++ b/modules/editorial-metadata/editorial-metadata.php @@ -1674,7 +1674,7 @@ public function register_settings() ); add_settings_field( 'post_types', - esc_html__('Register metadata for these post types:', 'publishpress'), + esc_html__('Register editorial fields for these post types:', 'publishpress'), [$this, 'settings_post_types_option'], $this->module->options_group_name, $this->module->options_group_name . '_general'