improve copy further
parent
a8df058ea6
commit
e455aa474d
|
@ -267,7 +267,7 @@ export default class SendMessageComposer extends React.Component {
|
||||||
}) }
|
}) }
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{ _t("Protip: Begin your message with <code>//</code> to start it with a slash.", {}, {
|
{ _t("Hint: Begin your message with <code>//</code> to start it with a slash.", {}, {
|
||||||
code: t => <code>{ t }</code>,
|
code: t => <code>{ t }</code>,
|
||||||
}) }
|
}) }
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -1079,7 +1079,7 @@
|
||||||
"Unknown Command": "Unknown Command",
|
"Unknown Command": "Unknown Command",
|
||||||
"Unrecognised command: %(commandText)s": "Unrecognised command: %(commandText)s",
|
"Unrecognised command: %(commandText)s": "Unrecognised command: %(commandText)s",
|
||||||
"You can use <code>/help</code> to list available commands. Did you mean to send this as a message?": "You can use <code>/help</code> to list available commands. Did you mean to send this as a message?",
|
"You can use <code>/help</code> to list available commands. Did you mean to send this as a message?": "You can use <code>/help</code> to list available commands. Did you mean to send this as a message?",
|
||||||
"Protip: Begin your message with <code>//</code> to start it with a slash.": "Protip: Begin your message with <code>//</code> to start it with a slash.",
|
"Hint: Begin your message with <code>//</code> to start it with a slash.": "Hint: Begin your message with <code>//</code> to start it with a slash.",
|
||||||
"Send as message": "Send as message",
|
"Send as message": "Send as message",
|
||||||
"Failed to connect to integration manager": "Failed to connect to integration manager",
|
"Failed to connect to integration manager": "Failed to connect to integration manager",
|
||||||
"You don't currently have any stickerpacks enabled": "You don't currently have any stickerpacks enabled",
|
"You don't currently have any stickerpacks enabled": "You don't currently have any stickerpacks enabled",
|
||||||
|
|
Loading…
Reference in New Issue