From 494b706d4f6994ab375a3027c97352008b1b6933 Mon Sep 17 00:00:00 2001 From: Rene Vergara A Date: Wed, 4 Jan 2023 15:52:12 -0500 Subject: [PATCH] Add reference text to configuration fields --- zgopmtgwy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zgopmtgwy.php b/zgopmtgwy.php index 944bb0d..e95c4c4 100644 --- a/zgopmtgwy.php +++ b/zgopmtgwy.php @@ -144,7 +144,7 @@ function zgopmt_init() { 'title' => __( 'ZGo OwnerId', $this->domain ), 'type' => 'text', - 'default' => __( ' ', + 'default' => __( 'Replace this text with your ZGo Owner ID ', $this->domain ), 'desc_tip' => true, 'description' => __( 'Type or paste your ZGo Account Owner Id (Found in your ZGo Shop Settings)', @@ -154,7 +154,7 @@ function zgopmt_init() { 'title' => __( 'ZGo Token', $this->domain ), 'type' => 'text', - 'default' => __( ' ', + 'default' => __( 'Replace this text with your ZGo Token' $this->domain ), 'desc_tip' => true, 'description' => __( 'Type or paste your ZGo Token (Found in your ZGo Shop Settings)',