EventIndexPanel: Reword the enable/disable setting.

This commit is contained in:
Damir Jelić 2020-01-17 17:14:55 +01:00
parent 3b99f7565d
commit 695b8aff5b
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@ export default class EventIndexPanel extends React.Component {
<LabelledToggleSwitch
value={this.state.eventIndexingEnabled}
onChange={this._onEventIndexingEnabledChange}
label={_t('Enable message downloading')} />
label={_t('Download and index encrypted messages')} />
<Field
id={"crawlerSleepTimeMs"}

View file

@ -738,7 +738,7 @@
"Encrypted search": "Encrypted search",
"To enable search in encrypted rooms, Riot needs to run a background process to download historical messages from those rooms to your computer.": "To enable search in encrypted rooms, Riot needs to run a background process to download historical messages from those rooms to your computer.",
"Message disk usage:": "Message disk usage:",
"Enable message downloading": "Enable message downloading",
"Download and index encrypted messages": "Download and index encrypted messages",
"Message downloading sleep time(ms)": "Message downloading sleep time(ms)",
"Preferences": "Preferences",
"Composer": "Composer",