1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

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>