fix: translation and colour picker bugs

This commit is contained in:
David Ralph
2021-09-14 20:15:15 +01:00
parent 1c65447c55
commit b97b925978
6 changed files with 10 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ export default class QuoteSettings extends PureComponent {
if (this.state.quoteType === 'custom') {
customSettings = (
<>
<Text title={this.getMessage(this.languagecode, 'modals.main.settings.sections.quote.custom_quote')} name='customQuote' category='quote' />
<Text title={this.getMessage(this.languagecode, 'modals.main.settings.sections.quote.custom')} name='customQuote' category='quote' />
<Text title={this.getMessage(this.languagecode, 'modals.main.settings.sections.quote.custom_author')} name='customQuoteAuthor' category='quote'/>
</>
);