Merge pull request #4442 from matrix-org/t3chguy/change_seshat_copy
Update seshat copy to remove trailing full stop
This commit is contained in:
commit
c04a8d326e
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ export default class ManageEventIndexDialog extends React.Component {
|
||||||
crawlerState = _t("Not currently indexing messages for any room.");
|
crawlerState = _t("Not currently indexing messages for any room.");
|
||||||
} else {
|
} else {
|
||||||
crawlerState = (
|
crawlerState = (
|
||||||
_t("Currently indexing: %(currentRoom)s.", { currentRoom: this.state.currentRoom })
|
_t("Currently indexing: %(currentRoom)s", { currentRoom: this.state.currentRoom })
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2239,7 +2239,7 @@
|
||||||
"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 currently indexing messages for any room.": "Not currently indexing messages for any room.",
|
"Not currently indexing messages for any room.": "Not currently indexing messages for any room.",
|
||||||
"Currently indexing: %(currentRoom)s.": "Currently indexing: %(currentRoom)s.",
|
"Currently indexing: %(currentRoom)s": "Currently indexing: %(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:",
|
||||||
"Indexed messages:": "Indexed messages:",
|
"Indexed messages:": "Indexed messages:",
|
||||||
|
|
Loading…
Reference in a new issue