mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
EventIndexPanel: Reword the enable/disable setting.
This commit is contained in:
parent
3b99f7565d
commit
695b8aff5b
2 changed files with 2 additions and 2 deletions
|
@ -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"}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue