Hello,
Its actually a Hack. But try pasting this to the Plugin's Custom CSS area
Note: Replace "Awesome Projects" by the label you want
.cat-tab[catname="be-all-cat"]:after{
content: "Awesome Projects";
color: #ffffff;
margin-left: -20px;
}
.cat-tab[catname="be-all-cat"]{
color: #afafaf;
}
.cat-tab[catname="be-all-cat"]:hover, .cat-tab[catname="be-all-cat"]:active, .cat-tab[catname="be-all-cat"]:focus{
color: #c9c9c9;
}
Alternatively, using FTP you can go to the following directory:
httpdocs/wp-content/plugins/portfolio-manager-powered-by-behance/layouts/eds-bpm-multi-cat.php
and scroll to line 83:
<li><span class="cat-tab" catname="be-all-cat"><?php _e('All','eds-bpm');?></span></li>
Replace 'All' by the Label you want.
Please feel free to let me know if you have any problems.