You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Match settings paragraph style in all cases
This commit is contained in:
@@ -163,7 +163,7 @@ export default class EventIndexPanel extends React.Component {
|
|||||||
);
|
);
|
||||||
|
|
||||||
eventIndexingSettings = (
|
eventIndexingSettings = (
|
||||||
<div>
|
<div className='mx_SettingsTab_subsectionText'>
|
||||||
{
|
{
|
||||||
_t( "Riot is missing some components required for securely " +
|
_t( "Riot is missing some components required for securely " +
|
||||||
"caching encrypted messages locally. If you'd like to " +
|
"caching encrypted messages locally. If you'd like to " +
|
||||||
@@ -180,7 +180,7 @@ export default class EventIndexPanel extends React.Component {
|
|||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
eventIndexingSettings = (
|
eventIndexingSettings = (
|
||||||
<div>
|
<div className='mx_SettingsTab_subsectionText'>
|
||||||
{
|
{
|
||||||
_t( "Riot can't securely cache encrypted messages locally " +
|
_t( "Riot can't securely cache encrypted messages locally " +
|
||||||
"while running in a web browser. Use <riotLink>Riot Desktop</riotLink> " +
|
"while running in a web browser. Use <riotLink>Riot Desktop</riotLink> " +
|
||||||
|
|||||||
Reference in New Issue
Block a user