FEATURE: add notice when successfully changing avatar

This commit is contained in:
Régis Hanol 2015-04-06 18:14:13 +02:00
parent 5cc0d65f31
commit 2389bee24c
2 changed files with 2 additions and 0 deletions

View file

@ -56,6 +56,7 @@ export default RestrictedUserRoute.extend(ShowFooter, {
'gravatar_avatar_upload_id',
'custom_avatar_upload_id'
));
bootbox.alert(I18n.t("user.change_avatar.cache_notice"));
});
}

View file

@ -418,6 +418,7 @@ en:
upload_title: "Upload your picture"
upload_picture: "Upload Picture"
image_is_not_a_square: "Warning: we've cropped your image; width and height were not equal."
cache_notice: "You've successfully changed your avatar but it might take some time to appear due to browser caching."
change_profile_background:
title: "Profile Background"