[frio] Fix profile edit links. [#5474] (#5475)

This commit is contained in:
Andreas Neustifter 2018-07-24 16:20:16 +02:00 committed by Hypolite Petovan
parent be8b68aaaf
commit b6c254eede
3 changed files with 6 additions and 2 deletions

View file

@ -578,7 +578,9 @@ function profiles_content(App $a) {
'$banner' => L10n::t('Edit Profile Details'),
'$submit' => L10n::t('Submit'),
'$profpic' => L10n::t('Change Profile Photo'),
'$profpiclink' => '/photos/' . $a->user['nickname'],
'$viewprof' => L10n::t('View this profile'),
'$viewallprof' => L10n::t('View all profiles'),
'$editvis' => L10n::t('Edit visibility'),
'$cr_prof' => L10n::t('Create a new profile using these settings'),
'$cl_prof' => L10n::t('Clone this profile'),