Skip to content

Commit e41f3ce

Browse files
committed
Use Otter Blocks as name
1 parent 30dff79 commit e41f3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ public function is_wordpress_available() {
348348
public function get_friendly_name() {
349349
$name = trim( str_replace( 'Lite', '', $this->get_name() ) );
350350
if ( defined( 'OTTER_BLOCKS_BASEFILE' ) && OTTER_BLOCKS_BASEFILE === $this->basefile ) {
351-
$name = 'Otter';
351+
$name = 'Otter Blocks';
352352
}
353353
if ( defined( 'OPTML_BASEFILE' ) && OPTML_BASEFILE === $this->basefile ) {
354354
$name = 'Optimole';

0 commit comments

Comments
 (0)