mirror of https://github.com/vector-im/riot-web
Iterate PR
parent
aa7ccc1420
commit
35b9388fc2
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Copyright 2019 Michael Telatynski <7t3chguy@gmail.com>
|
Copyright 2019 Michael Telatynski <7t3chguy@gmail.com>
|
||||||
Copyright 2015, 2016, 2019, 2020 The Matrix.org Foundation C.I.C.
|
Copyright 2015, 2016, 2019, 2020, 2021 The Matrix.org Foundation C.I.C.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
@ -686,7 +686,7 @@ export default class RoomDirectory extends React.Component<IProps, IState> {
|
||||||
<h5>{ _t('No results for "%(query)s"', { query: this.state.filterString.trim() }) }</h5>
|
<h5>{ _t('No results for "%(query)s"', { query: this.state.filterString.trim() }) }</h5>
|
||||||
<p>
|
<p>
|
||||||
{ _t("Try different words or check for typos. " +
|
{ _t("Try different words or check for typos. " +
|
||||||
"Some results may not be visible as they're private and you need an invite to see them.") }
|
"Some results may not be visible as they're private and you need an invite to join them.") }
|
||||||
</p>
|
</p>
|
||||||
{ createNewButton }
|
{ createNewButton }
|
||||||
</>;
|
</>;
|
||||||
|
|
|
@ -2647,7 +2647,7 @@
|
||||||
"Preview": "Preview",
|
"Preview": "Preview",
|
||||||
"View": "View",
|
"View": "View",
|
||||||
"No results for \"%(query)s\"": "No results for \"%(query)s\"",
|
"No results for \"%(query)s\"": "No results for \"%(query)s\"",
|
||||||
"Try different words or check for typos. Some results may not be visible as they're private and you need an invite to see them.": "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to see them.",
|
"Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.",
|
||||||
"Find a room…": "Find a room…",
|
"Find a room…": "Find a room…",
|
||||||
"Find a room… (e.g. %(exampleRoom)s)": "Find a room… (e.g. %(exampleRoom)s)",
|
"Find a room… (e.g. %(exampleRoom)s)": "Find a room… (e.g. %(exampleRoom)s)",
|
||||||
"If you can't find the room you're looking for, ask for an invite or <a>Create a new room</a>.": "If you can't find the room you're looking for, ask for an invite or <a>Create a new room</a>.",
|
"If you can't find the room you're looking for, ask for an invite or <a>Create a new room</a>.": "If you can't find the room you're looking for, ask for an invite or <a>Create a new room</a>.",
|
||||||
|
|
Loading…
Reference in New Issue