Even more bug fixes

This commit is contained in:
David Ralph
2020-09-23 10:48:23 +01:00
parent 66414461c4
commit 7dbd4976b7
6 changed files with 36 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ export default class Settings extends React.PureComponent {
</Section>
<Section title={this.props.language.quote.title} name='quote'>
<Checkbox name='copyButton' text={this.props.language.quote.copy} />
<Checkbox name='tweetButton' text='Tweet Button' />
<Checkbox name='tweetButton' text={this.props.language.quote.tweet} />
</Section>
<Section title={this.props.language.background.title} name='background'>
<BackgroundSettings language={this.props.language} toastLanguage={this.props.toastLanguage} />