Revert "ManageEventIndexDialog: Reword the status for the currently indexing rooms."

This reverts commit 7d6569a0b87c48733dbddec3c2662325977d0234.
This commit is contained in:
Damir Jelić 2020-03-06 15:34:19 +01:00
parent 8fe54e5dca
commit bff3f3e632
2 changed files with 4 additions and 6 deletions

View file

@ -160,11 +160,9 @@ 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("Monitoring %(totalRooms)s rooms in total.", {
totalRooms: formatCountLong(this.state.roomCount),
})} <br />
{_t("Currently working in %(crawlingRooms)s rooms.", {
{_t("Indexed rooms:")} {_t("%(crawlingRooms)s out of %(totalRooms)s", {
crawlingRooms: formatCountLong(this.state.crawlingRoomsCount),
totalRooms: formatCountLong(this.state.roomCount),
})} <br />
{crawlerState}<br />
<Field