Mejorar texto de "límite de reacciones alcanzado"

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 Me gusta

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 Me gusta

Fixed via:

and

6 Me gusta

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 Me gusta

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

2 Me gusta

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