Skip to content

Commit 5a5c4ba

Browse files
committed
Use www instead of en on gravatar url
1 parent 935386e commit 5a5c4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/User/Update.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ require('./header.inc.phtml');
266266
<label>Avatar:</label>
267267
<p style="color:rgba(128,128,128,1);">Currently custom avatars are
268268
unsupported. You may set your avatar by using
269-
<a href="https://en.gravatar.com/">Gravatar</a> and matching your
269+
<a href="https://www.gravatar.com/">Gravatar</a> and matching your
270270
email address.</p>
271271
</section>
272272
<section<?php

0 commit comments

Comments
 (0)