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 Likes

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.

7 Likes

Fixed via:

and

6 Likes

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 Likes

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

2 Likes

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