about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/interaction_modal/index.js
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-11-10 08:49:48 +0100
committerGitHub <noreply@github.com>2022-11-10 08:49:48 +0100
commit16122761c5eca0f25f17968a208a24ddd99e073e (patch)
tree206438a6c79aaefbf0eb7f0a3c0f99bb6435b985 /app/javascript/mastodon/features/interaction_modal/index.js
parentef582dc4f2fe53b08988faf8d51f567ac32e5b93 (diff)
Fix confusing wording in interaction modal in web UI (#20302)
Diffstat (limited to 'app/javascript/mastodon/features/interaction_modal/index.js')
-rw-r--r--app/javascript/mastodon/features/interaction_modal/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/interaction_modal/index.js b/app/javascript/mastodon/features/interaction_modal/index.js
index 9f7747903..d4535378f 100644
--- a/app/javascript/mastodon/features/interaction_modal/index.js
+++ b/app/javascript/mastodon/features/interaction_modal/index.js
@@ -150,7 +150,7 @@ class InteractionModal extends React.PureComponent {
 
           <div className='interaction-modal__choices__choice'>
             <h3><FormattedMessage id='interaction_modal.on_another_server' defaultMessage='On a different server' /></h3>
-            <p><FormattedMessage id='interaction_modal.other_server_instructions' defaultMessage='Simply copy and paste this URL into the search bar of your favourite app or the web interface where you are signed in.' /></p>
+            <p><FormattedMessage id='interaction_modal.other_server_instructions' defaultMessage='Copy and paste this URL into the search field of your favourite Mastodon app or the web interface of your Mastodon server.' /></p>
             <Copypaste value={url} />
           </div>
         </div>