Skip to content

Commit 73f6535

Browse files
authored
Fix URL of padlock icon in profile (#26446)
1 parent f3fbb7c commit 73f6535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/user/profile_big_avatar.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<li>
4040
{{svg "octicon-mail"}}
4141
<a class="gt-f1" href="mailto:{{.ContextUser.Email}}" rel="nofollow">{{.ContextUser.Email}}</a>
42-
<a href="{{AppSubUrl}}/user/settings#keep-email-private">
42+
<a href="{{AppSubUrl}}/user/settings#privacy-user-settings">
4343
{{if .ShowUserEmail}}
4444
<i data-tooltip-content="{{.locale.Tr "user.email_visibility.limited"}}">
4545
{{svg "octicon-unlock"}}

0 commit comments

Comments
 (0)