about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/introduction
diff options
context:
space:
mode:
authormike castleman <m@mlcastle.net>2019-02-04 01:45:29 -0200
committerEugen Rochko <eugen@zeonfederated.com>2019-02-04 04:45:29 +0100
commitf86413fce29e70532fbbe5eab9ee8ff053f5552c (patch)
tree39ccd1ff1b7321a569929f33d50da37fee26833f /app/javascript/mastodon/features/introduction
parent364f2ff9aa2b4bf601d68a12bce758aeb5530467 (diff)
change "finish tutorial" text to "finish toot-orial" (#9905)
Diffstat (limited to 'app/javascript/mastodon/features/introduction')
-rw-r--r--app/javascript/mastodon/features/introduction/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/introduction/index.js b/app/javascript/mastodon/features/introduction/index.js
index e712b2f7d..754477bb9 100644
--- a/app/javascript/mastodon/features/introduction/index.js
+++ b/app/javascript/mastodon/features/introduction/index.js
@@ -89,7 +89,7 @@ const FrameInteractions = ({ onNext }) => (
     </div>
 
     <div className='introduction__action'>
-      <button className='button' onClick={onNext}><FormattedMessage id='introduction.interactions.action' defaultMessage='Finish tutorial!' /></button>
+      <button className='button' onClick={onNext}><FormattedMessage id='introduction.interactions.action' defaultMessage='Finish toot-orial!' /></button>
     </div>
   </div>
 );