mirror of https://github.com/vector-im/riot-web
delint
parent
e455aa474d
commit
7b26067397
|
@ -262,7 +262,8 @@ export default class SendMessageComposer extends React.Component {
|
||||||
{ _t("Unrecognised command: %(commandText)s", {commandText}) }
|
{ _t("Unrecognised command: %(commandText)s", {commandText}) }
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{ _t("You can use <code>/help</code> to list available commands. Did you mean to send this as a message?", {}, {
|
{ _t("You can use <code>/help</code> to list available commands. " +
|
||||||
|
"Did you mean to send this as a message?", {}, {
|
||||||
code: t => <code>{ t }</code>,
|
code: t => <code>{ t }</code>,
|
||||||
}) }
|
}) }
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue