Commit 0fdb5b95 authored by Kenneth Chu's avatar Kenneth Chu

Add link to navigate to profile settings page

Changelog: added
parent bed653bb
......@@ -22,12 +22,14 @@
.account-well.gl-mb-3
%ul
%li
= _('Your Primary Email will be used for avatar detection.')
- profile_address = profile_path
- profile_message = _('Your Primary Email will be used for avatar detection. It can be changed under your %{openingTag}profile settings%{closingTag}.') % { openingTag: "<a href='#{profile_address}'>".html_safe, closingTag: '</a>'.html_safe}
= profile_message.html_safe
%li
= _('Your Commit Email will be used for web based operations, such as edits and merges.')
%li
- address = profile_notifications_path
- notification_message = _('Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set.') % { openingTag: "<a href='#{address}'>".html_safe, closingTag: '</a>'.html_safe}
- notification_address = profile_notifications_path
- notification_message = _('Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set.') % { openingTag: "<a href='#{notification_address}'>".html_safe, closingTag: '</a>'.html_safe}
= notification_message.html_safe
%li
= _('Your Public Email will be displayed on your public profile.')
......
......@@ -37809,7 +37809,7 @@ msgstr ""
msgid "Your Personal Access Token was revoked"
msgstr ""
msgid "Your Primary Email will be used for avatar detection."
msgid "Your Primary Email will be used for avatar detection. It can be changed under your %{openingTag}profile settings%{closingTag}."
msgstr ""
msgid "Your Projects (default)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment