Update warning message for last_admin_warning

Switches out a made-up word for a real phrase.
This commit is contained in:
Arnei 2023-02-20 17:38:00 +01:00
parent 93550dde60
commit 626f187177

View file

@ -1149,8 +1149,8 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
<span className="warning" key="last_admin_warning">
{ ' '/* Whitespace, otherwise the sentences get smashed together */ }
{ _t("You are the sole person with the highest role in this room. " +
"If you leave, the room could become unmoderable. Consider giving " +
"another user your role.") }
"If you leave, the room might not be able to be moderated anymore. " +
"Consider giving another user your role.") }
</span>
));
}