mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
delint
This commit is contained in:
parent
e455aa474d
commit
7b26067397
@ -262,7 +262,8 @@ export default class SendMessageComposer extends React.Component {
|
||||
{ _t("Unrecognised command: %(commandText)s", {commandText}) }
|
||||
</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>,
|
||||
}) }
|
||||
</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user