Fix link to profile page in custom profile fields settings

- Previous link was leading to conversations
This commit is contained in:
Hypolite Petovan 2022-12-18 22:49:49 -05:00
parent 07f7585e40
commit 76e9c4daa2
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class Index extends BaseSettings
<p>Reorder by dragging the field title.</p>
<p>Empty the label field to remove a custom field.</p>
<p>Non-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected groups.</p>",
'profile/' . $profile['nickname']
'profile/' . $profile['nickname'] . '/profile'
),
'$custom_fields' => $custom_fields,
]);