mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Update warning message for last_admin_warning
Switches out a made-up word for a real phrase.
This commit is contained in:
parent
93550dde60
commit
626f187177
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue