improve copy further

pull/21833/head
Michael Telatynski 2020-01-21 17:58:53 +00:00
parent a8df058ea6
commit e455aa474d
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ export default class SendMessageComposer extends React.Component {
}) }
</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>,
}) }
</p>

View File

@ -1079,7 +1079,7 @@
"Unknown Command": "Unknown Command",
"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?",
"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",
"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",