Skip to content

Commit

Permalink
Fix plugin name override not updating sidebar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 6, 2019
1 parent 4d35a64 commit 4c5472e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SocialPoster.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ public function getCpNavItem(): array
'subnav' => $subNavs,
]);

$navItem['label'] = $this->getPluginName();

return $navItem;
}

Expand Down

0 comments on commit 4c5472e

Please sign in to comment.