Skip to content

Commit dcfe4f2

Browse files
committed
remove useless text beneath avatar
1 parent 3abeb5f commit dcfe4f2

19 files changed

+0
-63
lines changed

app/assets/javascripts/discourse/templates/user/preferences.js.handlebars

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,6 @@
4747
{{boundAvatar model imageSize="large"}}
4848
<button {{action showAvatarSelector}} class="btn pad-left"><i class="icon-pencil"></i></button>
4949
</div>
50-
<div class='instructions'>
51-
{{#if Discourse.SiteSettings.allow_uploaded_avatars}}
52-
{{#if use_uploaded_avatar}}
53-
{{{i18n user.avatar.instructions.uploaded_avatar}}}
54-
{{else}}
55-
{{{i18n user.avatar.instructions.gravatar}}} {{email}}
56-
{{/if}}
57-
{{else}}
58-
{{{i18n user.avatar.instructions.gravatar}}} {{email}}
59-
<a href="//gravatar.com/emails/" target="_blank" title="{{i18n user.change_avatar.gravatar_title}}" class="btn pad-left"><i class="icon-pencil"></i></a>
60-
{{/if}}
61-
</div>
6250
</div>
6351

6452
<div class="control-group">

config/locales/client.cs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,6 @@ cs:
327327
title: "Poslední IP adresa"
328328
avatar:
329329
title: "Avatar"
330-
instructions:
331-
gravatar: "Používáme službu <a href='https://gravatar.com' target='_blank'>Gravatar</a> pro zobrazení avataru podle vaší emailové adresy"
332330
title:
333331
title: "Nadpis"
334332

config/locales/client.da.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ da:
187187
title: "Sidste IP-adresse"
188188
avatar:
189189
title: "Brugerbillede"
190-
instructions:
191-
gravatar: "Vi bruger <a href='https://gravatar.com' target='_blank'>Gravatar</a> for brugerbilleder baseret på e-mail-adresse"
192-
193190
filters:
194191
all: "Alle"
195192

config/locales/client.de.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,6 @@ de:
308308
title: "Letzte IP-Adresse"
309309
avatar:
310310
title: "Avatar"
311-
instructions:
312-
gravatar: "Wir nutzen <a href='https://gravatar.com' target='_blank'>Gravatar</a> zur Darstellung von Avataren basierend auf deiner Mailadresse:"
313-
314311
title:
315312
title: "Title"
316313

config/locales/client.en.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,6 @@ en:
317317
title: "Last IP Address"
318318
avatar:
319319
title: "Avatar"
320-
instructions:
321-
gravatar: "We use <a href='//gravatar.com/emails' target='_blank'>Gravatar</a> for avatars based on your email:"
322-
uploaded_avatar: "We use the avatar you uploaded."
323320
title:
324321
title: "Title"
325322

config/locales/client.es.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,6 @@ es:
263263
title: "Última Dirección IP"
264264
avatar:
265265
title: "Avatar"
266-
instructions:
267-
gravatar: "Usamos <a href='https://gravatar.com' target='_blank'>Gravatar</a> para obtener tu avatar basado en tu dirección de email."
268-
269266
filters:
270267
all: "Todos"
271268

config/locales/client.fr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,6 @@ fr:
321321
title: "Dernières adresses IP"
322322
avatar:
323323
title: "Avatar"
324-
instructions:
325-
gravatar: "Nous utilisons <a href='https://gravatar.com' target='_blank'>Gravatar</a> pour associer votre avatar avec votre adresse email :"
326-
uploaded_avatar: "Nous utilisons l'avatar que vous avez envoyé."
327-
upload: "Ou vous pouvez envoyer une image"
328324
filters:
329325
all: "Tout"
330326

config/locales/client.id.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ id:
181181
title: "Last IP Address"
182182
avatar:
183183
title: "Avatar"
184-
instructions:
185-
gravatar: "We use <a href='https://gravatar.com' target='_blank'>Gravatar</a> for avatars based on your email"
186-
187184
filters:
188185
all: "All"
189186

config/locales/client.it.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,6 @@ it:
247247
title: "Ultimo indirizzo IP"
248248
avatar:
249249
title: "Avatar"
250-
instructions:
251-
gravatar: "Usiamo <a href='https://gravatar.com' target='_blank'>Gravatar</a> per gli avatar basandoci sulla tua email"
252-
253250
filters:
254251
all: "Tutti"
255252

config/locales/client.ko.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@ ko:
213213
title: "마지막 IP 주소"
214214
avatar:
215215
title: "아바타"
216-
instructions:
217-
gravatar: "포럼에서는 당신의 Email을 기바능로 <a href='https://gravatar.com' target='_blank'>Gravatar</a> 아바타 서비스를 기본적으로 사용합니다"
218-
219216
filters:
220217
all: "All"
221218

0 commit comments

Comments
 (0)