Skip to content

Commit

Permalink
update extensions description
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-shafi committed May 16, 2024
1 parent ce49e0d commit d768cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/pro_manager/extensions/Animation_Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function add_upsell_data() {
$base_data = [
'animation' => [
__( 'Animation', 'ultimate-blocks' ),
__( 'Block Animation.',
__( 'Use animations on your blocks to make them even more engaging.',
'ultimate-blocks' )
]
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ public function add_upsell_data() {
$base_data = [
'visibilityControl' => [
__( 'Visibility Control', 'ultimate-blocks' ),
__( 'Control the block visibility.',
'ultimate-blocks' )
__( 'Control Visibility of blocks based on conditions like user roles, dates and many more.', 'ultimate-blocks' )
]
];

Expand Down

0 comments on commit d768cd2

Please sign in to comment.