micha80
10 years agoExpert
Text key with user information
Hello,
I want to overwrite a default text key with a new value which includes a user name. This is the text key I want to modify:
profile.module.contact.title = Mich kontaktieren
And it should be something like:
profile.module.contact.title = ${profile.login} kontaktieren
This text key is used on the profile page: https://community/t5/user/viewprofilepage/user-id/XXX
And the "${profile.login}" variable should be the login name from the user of the profile page the visitor is actually looking at.
Is there any option to get the profile name in a text key?
Thanks a lot,
Michael