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

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

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)

4 Likes

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

https://github.com/discourse/discourse/pull/4869

2 Likes

Hmm, so the copy just got changed again, and it doesn’t work in all cases:

It does work when a date is used instead of a relative time:

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

5 Likes

Thanks for reporting it. This should fix it:

https://github.com/discourse/discourse/commit/f481708348173b0f19fbcd8b3780a17a8d50af10

5 Likes