split too long line
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
b97aa77aca
commit
df15841483
|
@ -499,7 +499,8 @@ module.exports = withMatrixClient(React.createClass({
|
||||||
title: _t("Warning!"),
|
title: _t("Warning!"),
|
||||||
description:
|
description:
|
||||||
<div>
|
<div>
|
||||||
{ _t("You will not be able to undo this change as you are promoting the user to have the same power level as yourself.") }<br />
|
{ _t("You will not be able to undo this change as you are promoting the user " +
|
||||||
|
"to have the same power level as yourself.") }<br />
|
||||||
{ _t("Are you sure?") }
|
{ _t("Are you sure?") }
|
||||||
</div>,
|
</div>,
|
||||||
button: _t("Continue"),
|
button: _t("Continue"),
|
||||||
|
|
Loading…
Reference in New Issue