From 6a3cdb071cbc176c8c638a13f67f0c6d43ccf7cc Mon Sep 17 00:00:00 2001 From: "Soare Robert Daniel (Mac 2023)" Date: Tue, 16 Jul 2024 10:02:20 +0300 Subject: [PATCH] fix: add your key license notice --- includes/admin/class-rop-global-settings.php | 2 +- includes/class-rop-i18n.php | 2 +- vue/src/vue-elements/accounts-tab-panel.vue | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/includes/admin/class-rop-global-settings.php b/includes/admin/class-rop-global-settings.php index e7bb8bde..8e4ea47d 100644 --- a/includes/admin/class-rop-global-settings.php +++ b/includes/admin/class-rop-global-settings.php @@ -488,7 +488,7 @@ public function get_license_data_view() { 'installed' => defined( 'ROP_PRO_VERSION' ), 'license' => 'invalid', 'expires' => '', - 'passwordMask' => '', + 'passwordMask' => __( 'Add your license key here...', 'tweet-old-post' ), ); if ( -1 === $license_data ) { diff --git a/includes/class-rop-i18n.php b/includes/class-rop-i18n.php index 0e4257c4..a51b10bc 100644 --- a/includes/class-rop-i18n.php +++ b/includes/class-rop-i18n.php @@ -110,7 +110,7 @@ public static function get_labels( $key = '' ) { 'upsell_accounts' => sprintf( __( 'A maximum of 1 Facebook and Twitter account can be connected to the Lite version of Revive Social. Upgrade to unlock more great features including more social networks! Check out the Lite vs Pro %1$stable here%2$s.', 'tweet-old-post' ), '', '' ), 'upsell_accounts_toggle' => 'Active accounts limit reached.', 'toggle_account' => __( 'Toggle account', 'tweet-old-post' ), - 'activate_license' => __( 'You need to activate your license key HERE to unlock the Pro features of Revive Social.', 'tweet-old-post' ), + 'activate_license' => __( 'You need to activate your license key to unlock the Pro features of Revive Social. Add your key on the sidebar.', 'tweet-old-post' ), 'fb_app_id_title' => __( 'Please add the APP ID from your Facebook app.', 'tweet-old-post' ), 'fb_app_secret_title' => __( 'Please add the APP SECRET from your Facebook app.', 'tweet-old-post' ), 'fb_app_desc' => sprintf( __( 'You can check %1$shere%2$s for how to get these details.', 'tweet-old-post' ), '', '' ), diff --git a/vue/src/vue-elements/accounts-tab-panel.vue b/vue/src/vue-elements/accounts-tab-panel.vue index edf4b1f9..c0699cbc 100644 --- a/vue/src/vue-elements/accounts-tab-panel.vue +++ b/vue/src/vue-elements/accounts-tab-panel.vue @@ -65,7 +65,8 @@ class="columns my-2" >
- + + {{ labels.activate_license }}