1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

updated translated string

This commit is contained in:
nurjinn jafar
2020-08-24 13:59:11 +02:00
parent 2a8b1e0ccd
commit b79cf1e7ad
3 changed files with 2 additions and 3 deletions

View File

@@ -1039,7 +1039,7 @@ export const Commands = [
const userName = userId.slice(1).split(":").slice(0, 1);
const isChatEffectsDisabled = SettingsStore.getValue('dontShowChatEffects');
if (!args || isChatEffectsDisabled) {
args = '*' + userName + _td(' sends confetti');
args = _t("* %(userName)s sends confetti", {userName});
}
if (!isChatEffectsDisabled) {
dis.dispatch({action: 'confetti'});