change "finish tutorial" text to "finish toot-orial" (#9905)
This commit is contained in:
parent
364f2ff9aa
commit
f86413fce2
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ const FrameInteractions = ({ onNext }) => (
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='introduction__action'>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -1457,7 +1457,7 @@
|
||||||
"id": "introduction.interactions.favourite.text"
|
"id": "introduction.interactions.favourite.text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"defaultMessage": "Finish tutorial!",
|
"defaultMessage": "Finish toot-orial!",
|
||||||
"id": "introduction.interactions.action"
|
"id": "introduction.interactions.action"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue