diff --git a/app/views/user/_account.html.haml b/app/views/user/_account.html.haml
index d065ef43..93b51524 100644
--- a/app/views/user/_account.html.haml
+++ b/app/views/user/_account.html.haml
@@ -1,6 +1,10 @@
.container.j2-page
= render 'user/settings_tabs'
.col-md-9.col-xs-12.col-sm-9
+ .alert.alert-info
+ justask currently only supports avatars over
+ %a{href: "https://en.gravatar.com"} Gravatar
+ , after you set yours up, use the E-Mail you are using for it on here as well, we will directly use this image then!
.panel.panel-default
.panel-body
= bootstrap_form_for(resource, as: resource_name, url: '/settings/account', html: { method: :put }) do |f|