I just want to do a simple language override: In Frontend Edit Mode, where the user can update their profile i like to change the button from "Senden" to "Speichern" (Safe). Where can i found that Language Key for it?
Hi,
Easy Profile extends Joomla user management, so registration and edit profile pages are the same of Joomla(tabs become from javascript and custom fields from user plugin).
This button become from file /components/com_users/views/profile/tmpl/edit.php.
Unfortunately, in this file, Joomla use the common language constant "JSUBMIT", so we recommend you to override Joomla edit profile template to change this language string.
Override:
- Copy /components/com_users/views/profile/tmpl/edit.php into /templates/your-template-folder/html/com_users/profile/edit.php
- In new file change constant "SUBMIT" with other constant or your string.