Reply to thread

I'll go through this in more detail at a more reasonable time but for your purposes right now you probably just want to modify the account_privacy template and change:


[CODE]{{ phrase('allow_users_to...') }}

[/CODE]


To:


[CODE]{{ phrase('allow_users_to') }}

[/CODE]


That will remove the ellispsis.


Back
Top Bottom