# Quoting a post with a link triggers "duplicate link" education message

**URL:** https://meta.discourse.org/t/quoting-a-post-with-a-link-triggers-duplicate-link-education-message/62690
**Category:** UX
**Created:** [5월 14, 2017, 5:20오후 UTC](https://meta.discourse.org/t/quoting-a-post-with-a-link-triggers-duplicate-link-education-message/62690 "2017-05-14T17:20:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![tophee](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tophee/32/73406_2.png) [@tophee](https://meta.discourse.org/u/tophee)
#### Post date: [5월 14, 2017, 5:20오후 UTC](https://meta.discourse.org/t/quoting-a-post-with-a-link-triggers-duplicate-link-education-message/62690/1 "2017-05-14T17:20:42Z")

</div>

It looks like when you quote a post that contains a link this triggers the `js.composer.duplicate_link` message:

![](https://global.discourse-cdn.com/meta/original/3X/e/4/e44d2fab094683e81752f3d534f5404f10796d63.png)

I suppose links in quotes should be excluded?

Also, there seems to be a typo in the default version of that text content element (“ago” is missing)

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [5월 15, 2017, 12:44오전 UTC](https://meta.discourse.org/t/quoting-a-post-with-a-link-triggers-duplicate-link-education-message/62690/2 "2017-05-15T00:44:03Z")

</div>

> [@tophee](#):
>
> Also, there seems to be a typo in the default version of that text content element (“ago” is missing)

Can’t help with the trigger issue, but here’s a fix for the typo:

[https://github.com/discourse/discourse/pull/4869](https://github.com/discourse/discourse/pull/4869)

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [5월 23, 2017, 9:51오후 UTC](https://meta.discourse.org/t/quoting-a-post-with-a-link-triggers-duplicate-link-education-message/62690/3 "2017-05-23T21:51:32Z")

</div>

Hmm, so the copy just got changed again, and it doesn’t work in all cases:  
 ![](https://global.discourse-cdn.com/meta/original/3X/7/6/76dbd74381bb40638f25376b4fb8e228d65a9ae1.png)

It does work when a date is used instead of a relative time:  
 ![](https://global.discourse-cdn.com/meta/original/3X/b/f/bffdfe6283f421419c986c38422c066f78f877fd.png)

It looks like we either need two translation strings, or the copy needs to be changed in a more significant way.

Edit: Looks like @eviltrout made the change here:  
[https://github.com/discourse/discourse/commit/70638f12918ea48c2210874d138f8572c16ce25b](https://github.com/discourse/discourse/commit/70638f12918ea48c2210874d138f8572c16ce25b)

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [5월 24, 2017, 6:08오후 UTC](https://meta.discourse.org/t/quoting-a-post-with-a-link-triggers-duplicate-link-education-message/62690/4 "2017-05-24T18:08:52Z")

</div>

Thanks for reporting it. This should fix it:

[https://github.com/discourse/discourse/commit/f481708348173b0f19fbcd8b3780a17a8d50af10](https://github.com/discourse/discourse/commit/f481708348173b0f19fbcd8b3780a17a8d50af10)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [5월 24, 2017, 9:48오후 UTC](https://meta.discourse.org/t/quoting-a-post-with-a-link-triggers-duplicate-link-education-message/62690/5 "2017-05-24T21:48:15Z")

</div>


