ManageEventIndexDialog: Reword the status for the currently indexing rooms.
This commit is contained in:
parent
191abb5b0d
commit
8fe54e5dca
2 changed files with 6 additions and 4 deletions
|
@ -160,10 +160,12 @@ export default class ManageEventIndexDialog extends React.Component {
|
|||
<div className='mx_SettingsTab_subsectionText'>
|
||||
{_t("Space used:")} {formatBytes(this.state.eventIndexSize, 0)}<br />
|
||||
{_t("Indexed messages:")} {formatCountLong(this.state.eventCount)}<br />
|
||||
{_t("Indexed rooms:")} {_t("%(crawlingRooms)s out of %(totalRooms)s", {
|
||||
crawlingRooms: formatCountLong(this.state.crawlingRoomsCount),
|
||||
{_t("Monitoring %(totalRooms)s rooms in total.", {
|
||||
totalRooms: formatCountLong(this.state.roomCount),
|
||||
})} <br />
|
||||
{_t("Currently working in %(crawlingRooms)s rooms.", {
|
||||
crawlingRooms: formatCountLong(this.state.crawlingRoomsCount),
|
||||
})} <br />
|
||||
{crawlerState}<br />
|
||||
<Field
|
||||
id={"crawlerSleepTimeMs"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue