Unable to modify media label and slug?

I have included the following the 2 lines in my wp-config.php file: define( ‘RTMEDIA_MEDIA_LABEL’, ‘Resume’ ); define( ‘RTMEDIA_MEDIA_SLUG’, ‘Resume’ ); And I have also set the permission of all the files to 777 (for testing), however the text in my website’s profile header is still displayed as “Media”, not “Resume”, does anyone know why?

It should work fine.

The mentioned defines by you are correct. Make sure it added correctly in file and check if there is any browser or server cache then clear it. Also re-save permalink.

Thanks, it worked after I moved the lines at the top of the file.