EventIndexPanel: Add a link to the download page of Riot Desktop.
This commit is contained in:
parent
38b1663755
commit
ffe5d411db
2 changed files with 8 additions and 4 deletions
|
@ -145,8 +145,12 @@ export default class EventIndexPanel extends React.Component {
|
|||
<div>
|
||||
{
|
||||
_t( "Riot can't securely cache encrypted messages locally " +
|
||||
"while running in a web browser. Use Riot Desktop for " +
|
||||
"encrypted messages to appear in search results.",
|
||||
"while running in a web browser. Use <riotLink>Riot Desktop</riotLink> " +
|
||||
"for encrypted messages to appear in search results.",
|
||||
{},
|
||||
{
|
||||
'riotLink': (sub) => <a href="https://riot.im/download/desktop">{sub}</a>,
|
||||
}
|
||||
)
|
||||
}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue