Skip to content

Commit

Permalink
fix: add your key license notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Jul 16, 2024
1 parent e77b61f commit 6a3cdb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/admin/class-rop-global-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down
2 changes: 1 addition & 1 deletion includes/class-rop-i18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ), '<a class="text-bold" href="https://docs.revive.social/article/941-revive-old-post-free-vs-pro" target="_blank">', '</a>' ),
'upsell_accounts_toggle' => 'Active accounts limit reached.',
'toggle_account' => __( 'Toggle account', 'tweet-old-post' ),
'activate_license' => __( 'You need to activate your license key <a href="/wp-admin/options-general.php#tweet_old_post_pro_license" style="cursor: pointer">HERE</a> 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' ), '<a class="text-bold" href="https://docs.revive.social/article/349-how-to-create-a-facebook-application-for-revive-old-post" target="_blank">', '</a>' ),
Expand Down
3 changes: 2 additions & 1 deletion vue/src/vue-elements/accounts-tab-panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
class="columns my-2"
>
<div class="column col-12">
<i class="fa fa-info-circle " /> <span v-html="labels.activate_license" />
<i class="fa fa-info-circle " />
<span>{{ labels.activate_license }}</span>
</div>
</div>
<div
Expand Down

0 comments on commit 6a3cdb0

Please sign in to comment.