From b095bf64da771fc97a75c7b193d6e7919b726094 Mon Sep 17 00:00:00 2001 From: Aniket <32949050+Aniket-89@users.noreply.github.com> Date: Sat, 6 May 2023 00:45:12 +0530 Subject: [PATCH] Update edit_profile.html #5446 file path-kitsune/users/jinja2/users/edit_profile.html Added the hint for the user to re-login to see the avatar changes. Added text: "After an avatar-change, a re-login on support.mozilla.org is required for the changes to be applied." --- kitsune/users/jinja2/users/edit_profile.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitsune/users/jinja2/users/edit_profile.html b/kitsune/users/jinja2/users/edit_profile.html index cbd4e1e4cde..ff83e944e9c 100644 --- a/kitsune/users/jinja2/users/edit_profile.html +++ b/kitsune/users/jinja2/users/edit_profile.html @@ -28,7 +28,8 @@

{{ _('Your Account') }}

{{ user.email }}

{% trans a_open=''|safe, a_close=''|safe %} - To change your email or avatar, visit the Firefox Accounts page. {{ a_open }} Learn more. {{ a_close }} + To change your email or avatar, visit the Firefox Accounts page. {{ a_open }} Learn more. {{ a_close }}
+ After an avatar-change, a re-login on support.mozilla.org is required for the changes to be applied. {% endtrans %}