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">
|
<span className="warning" key="last_admin_warning">
|
||||||
{ ' '/* Whitespace, otherwise the sentences get smashed together */ }
|
{ ' '/* Whitespace, otherwise the sentences get smashed together */ }
|
||||||
{ _t("You are the sole person with the highest role in this room. " +
|
{ _t("You are the sole person with the highest role in this room. " +
|
||||||
"If you leave, the room could become unmoderable. Consider giving " +
|
"If you leave, the room might not be able to be moderated anymore. " +
|
||||||
"another user your role.") }
|
"Consider giving another user your role.") }
|
||||||
</span>
|
</span>
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue