Improve copy of "reaction limit reached" text

When I have Reactions enabled and a user hits their max like limit for the day they get a message pop up like this:

Which isn’t as informative as the regular one (plus it’s in seconds)

9개의 좋아요

Agree, this copy with “second fidelity” is really a problem.

We should have parity here on the error message. We will get it sorted soon.

6개의 좋아요

Fixed via:

https://github.com/discourse/discourse/commit/4bc2d54685a985b4c1c449272c5f395cb4c1a037

and

https://github.com/discourse/discourse-reactions/commit/4e7b5500730372dc0a00250ecba44df806f9a3a8

6개의 좋아요

There is an edge case that triggers an issue with the js.discourse_reactions.reaction.too_many_request. The problem is that the same text string is used when when a user exceeds their max likes per day or when a user triggers a rate limit by repeatedly clicking the reactions button. More details about this are here: Rate-Limit Message displaying as 'Out of Reactions' - #13 by simon. That topic’s OP gives details about how a user managed to trigger the rate limit by repeatedly clicking the reactions buttons. I’m able to reproduce that issue. For that case, the error message that is displayed is now incorrect.

2개의 좋아요

Error messages for likes/reactions should now be fixed via:

https://github.com/discourse/discourse-reactions/commit/d87a5428a2208d8dc64a4eb56969a7c44ca2c5d6

2개의 좋아요

This topic was automatically closed after 41 hours. New replies are no longer allowed.