fix: marketplace quote images, offline background img and quotes, remove placeholder text

This commit is contained in:
David Ralph
2022-04-17 10:24:51 +01:00
parent 4691ccf166
commit 11b952c3e7
8 changed files with 22 additions and 21 deletions

View File

@@ -143,7 +143,7 @@ export default class SearchSettings extends PureComponent {
</SettingsItem>
<SettingsItem
title={this.getMessage('modals.main.settings.sections.search.autocomplete_provider')}
subtitle="cheese"
subtitle="Search engine to use for autocomplete dropdown results"
>
<Radio options={autocompleteProviders} name="autocompleteProvider" category="search" />
</SettingsItem>