ManageEventIndex: Clarify that we're currently not downloading any messages.
This commit is contained in:
parent
7e0ab2f0a3
commit
e38f1191a5
2 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ export default class ManageEventIndexDialog extends React.Component {
|
||||||
let crawlerState;
|
let crawlerState;
|
||||||
|
|
||||||
if (this.state.currentRoom === null) {
|
if (this.state.currentRoom === null) {
|
||||||
crawlerState = _t("Not downloading messages for any room.");
|
crawlerState = _t("Not currently downloading messages for any room.");
|
||||||
} else {
|
} else {
|
||||||
crawlerState = (
|
crawlerState = (
|
||||||
_t("Downloading mesages for %(currentRoom)s.", { currentRoom: this.state.currentRoom })
|
_t("Downloading mesages for %(currentRoom)s.", { currentRoom: this.state.currentRoom })
|
||||||
|
|
|
@ -2040,7 +2040,7 @@
|
||||||
"If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.",
|
"If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.",
|
||||||
"If disabled, messages from encrypted rooms won't appear in search results.": "If disabled, messages from encrypted rooms won't appear in search results.",
|
"If disabled, messages from encrypted rooms won't appear in search results.": "If disabled, messages from encrypted rooms won't appear in search results.",
|
||||||
"Disable": "Disable",
|
"Disable": "Disable",
|
||||||
"Not downloading messages for any room.": "Not downloading messages for any room.",
|
"Not currently downloading messages for any room.": "Not currently downloading messages for any room.",
|
||||||
"Downloading mesages for %(currentRoom)s.": "Downloading mesages for %(currentRoom)s.",
|
"Downloading mesages for %(currentRoom)s.": "Downloading mesages for %(currentRoom)s.",
|
||||||
"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:",
|
"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:",
|
"Space used:": "Space used:",
|
||||||
|
|
Loading…
Reference in a new issue