delint
This commit is contained in:
parent
e455aa474d
commit
7b26067397
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue