[Glitch] Add special alert for throttled requests

Port 81f864d4da to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
ThibG
2019-08-27 16:50:39 +02:00
committed by Thibaut Girka
parent f11e9d5524
commit 04de74c992
4 changed files with 13 additions and 3 deletions

View File

@ -11,7 +11,7 @@ const mapStateToProps = (state, { intl }) => {
const value = notification[key];
if (typeof value === 'object') {
notification[key] = intl.formatMessage(value);
notification[key] = intl.formatMessage(value, notification[`${key}_values`]);
}
}));