mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00:00
Create new Settings\RemoveMe module class
- Moved route from /removeme to /settings/removeme - Combined templates into one
This commit is contained in:
parent
cae2e17436
commit
a68c790c64
8 changed files with 168 additions and 8 deletions
|
@ -1418,7 +1418,7 @@ class User
|
|||
If you are new and do not know anybody here, they may help
|
||||
you to make some new and interesting friends.
|
||||
|
||||
If you ever want to delete your account, you can do so at %1$s/removeme
|
||||
If you ever want to delete your account, you can do so at %1$s/settings/removeme
|
||||
|
||||
Thank you and welcome to %4$s.'));
|
||||
|
||||
|
@ -1522,7 +1522,7 @@ class User
|
|||
If you are new and do not know anybody here, they may help
|
||||
you to make some new and interesting friends.
|
||||
|
||||
If you ever want to delete your account, you can do so at %3$s/removeme
|
||||
If you ever want to delete your account, you can do so at %3$s/settings/removeme
|
||||
|
||||
Thank you and welcome to %2$s.',
|
||||
$user['nickname'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue