improve copy further

This commit is contained in:
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>