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

View file

@ -2135,8 +2135,8 @@
"Riot is securely caching encrypted messages locally for them to appear in search results:": "Riot is securely caching encrypted messages locally for them to appear in search results:",
"Space used:": "Space used:",
"Indexed messages:": "Indexed messages:",
"Monitoring %(totalRooms)s rooms in total.": "Monitoring %(totalRooms)s rooms in total.",
"Currently working in %(crawlingRooms)s rooms.": "Currently working in %(crawlingRooms)s rooms.",
"Indexed rooms:": "Indexed rooms:",
"%(crawlingRooms)s out of %(totalRooms)s": "%(crawlingRooms)s out of %(totalRooms)s",
"Message downloading sleep time(ms)": "Message downloading sleep time(ms)",
"Failed to set direct chat tag": "Failed to set direct chat tag",
"Failed to remove tag %(tagName)s from room": "Failed to remove tag %(tagName)s from room",