Hi, can anyone please assist with how i can change the tab labels in the client portal of Freshdesk?

Hi, can anyone please assist with how i can change the tab labels in the client portal of Freshdesk?
Best answer by aravind.sundararajan
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('a[href*="/en/support/solutions"]').text("New name");
});
</script>
You can add this script to the Portal Layout > Header section to modify the tab names on the portal.
Cheers!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.