From 176d9e4863b330a8b817c84a8879aed265c0f54c Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 10 Jun 2016 22:50:49 -0700 Subject: [PATCH] UX: use link icon for linked posts ;) FINAL DECISION --- app/assets/javascripts/discourse/widgets/post-links.js.es6 | 2 +- config/locales/client.en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/discourse/widgets/post-links.js.es6 b/app/assets/javascripts/discourse/widgets/post-links.js.es6 index f7b621a50..db9fb4312 100644 --- a/app/assets/javascripts/discourse/widgets/post-links.js.es6 +++ b/app/assets/javascripts/discourse/widgets/post-links.js.es6 @@ -22,7 +22,7 @@ export default createWidget('post-links', { h('a.track-link', { className: 'inbound', attributes: { href: link.url } - }, [iconNode('arrows-h'), linkBody]) + }, [iconNode('link'), linkBody]) ); }, diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 7c4c6c749..8ebd00820 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1083,7 +1083,7 @@ en: invited_to_topic: "

{{username}} {{description}}

" invitee_accepted: "

{{username}} accepted your invitation

" moved_post: "

{{username}} moved {{description}}

" - linked: "

{{username}} {{description}}

" + linked: "

{{username}} {{description}}

" granted_badge: "

Earned '{{description}}'

" group_message_summary: