Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Commit 4248463

Browse files
committed
Bugfix 1.5.1
1 parent 3eb69b5 commit 4248463

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Modules/LicenceManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ public function addSection( ReduxFramework $framework ) {
268268
global $WPlusPlusCore;
269269
$framework->setSection( array(
270270
'title' => __( "Licence key", $this->parent->getTextDomain() ),
271+
'desc' => $this->parent->isLicensed() ? __( 'Your licence is active', $this->getTextDomain() ) : __( 'Your licence is inactive', $this->getTextDomain() ),
271272
'id' => 'licence',
272273
'icon' => 'el el-shopping-cart', //'el el-key'
273274
'fields' => array(

0 commit comments

Comments
 (0)