mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Match settings paragraph style in all cases
This commit is contained in:
parent
50059373d2
commit
ab7d7becd7
1 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ export default class EventIndexPanel extends React.Component {
|
|||
);
|
||||
|
||||
eventIndexingSettings = (
|
||||
<div>
|
||||
<div className='mx_SettingsTab_subsectionText'>
|
||||
{
|
||||
_t( "Riot is missing some components required for securely " +
|
||||
"caching encrypted messages locally. If you'd like to " +
|
||||
|
@ -180,7 +180,7 @@ export default class EventIndexPanel extends React.Component {
|
|||
);
|
||||
} else {
|
||||
eventIndexingSettings = (
|
||||
<div>
|
||||
<div className='mx_SettingsTab_subsectionText'>
|
||||
{
|
||||
_t( "Riot can't securely cache encrypted messages locally " +
|
||||
"while running in a web browser. Use <riotLink>Riot Desktop</riotLink> " +
|
||||
|
|
Loading…
Reference in a new issue