mirror of https://github.com/vector-im/riot-web
Update seshat copy to remove trailing full stop
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
9e7b843f5d
commit
7fe8894c51
|
@ -140,7 +140,7 @@ export default class ManageEventIndexDialog extends React.Component {
|
|||
crawlerState = _t("Not currently indexing messages for any room.");
|
||||
} else {
|
||||
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.",
|
||||
"Disable": "Disable",
|
||||
"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:",
|
||||
"Space used:": "Space used:",
|
||||
"Indexed messages:": "Indexed messages:",
|
||||
|
|
Loading…
Reference in New Issue