diff --git a/fix_kick.sh b/fix_kick.sh index da1d8a7..7e9edfe 100755 --- a/fix_kick.sh +++ b/fix_kick.sh @@ -35,4 +35,6 @@ sed -i -e 's/Bans user with given id",/Gasses user with given id",/g' \ -e 's/banned from %(roomName)s by %(memberName)s",/gassed from %(roomName)s by %(memberName)s",/g' \ -e 's/were banned %(count)s times",/were gassed %(count)s times",/g' \ -e 's/s banned %(targetName)s: %(reason)s",/s gassed %(targetName)s: %(reason)s",/g' \ + -e 's,/removes/,/holocausts/,g' \ + -e 's/"Remove them from/"Holocaust him from/g' \ -e 's/s banned %(targetName)s",/s gassed %(targetName)s",/g' ../node_modules/matrix-react-sdk/src/i18n/strings/en_EN.json