Changing the album name to projects

Hi,

I would like to change the name of album to projects in rtmedia. Any advice on this?

Best Regards

Hi Felipe,

For this you need to define constant in wp-config.php file of your site, like :
define(‘RTMEDIA_ALBUM_PLURAL_LABEL’, ‘Projects’);

for more information please check rtMedia defined constants doc -> https://rtcamp.com/rtmedia/docs/developer/rtmedia-defined-constants/