|
@@ -301,7 +301,7 @@ class SecuritySetting extends React.Component {
|
|
|
</button>
|
|
</button>
|
|
|
<Collapse isOpen={expantDeleteOptionsState}>
|
|
<Collapse isOpen={expantDeleteOptionsState}>
|
|
|
<div className="pb-4">
|
|
<div className="pb-4">
|
|
|
- <p className="card custom-card bg-body-tertiary">
|
|
|
|
|
|
|
+ <p className="card custom-card bg-warning-sublte">
|
|
|
<span className="text-warning">
|
|
<span className="text-warning">
|
|
|
<span className="material-symbols-outlined">info</span>
|
|
<span className="material-symbols-outlined">info</span>
|
|
|
{/* eslint-disable-next-line react/no-danger */}
|
|
{/* eslint-disable-next-line react/no-danger */}
|
|
@@ -524,7 +524,7 @@ class SecuritySetting extends React.Component {
|
|
|
/>
|
|
/>
|
|
|
{/* eslint-disable-next-line react/no-danger */}
|
|
{/* eslint-disable-next-line react/no-danger */}
|
|
|
<p className="form-text text-muted" dangerouslySetInnerHTML={{ __html: t('security_settings.max_age_desc') }} />
|
|
<p className="form-text text-muted" dangerouslySetInnerHTML={{ __html: t('security_settings.max_age_desc') }} />
|
|
|
- <p className="card custom-card bg-body-tertiary">
|
|
|
|
|
|
|
+ <p className="card custom-card bg-warning-subtle">
|
|
|
<span className="text-warning">
|
|
<span className="text-warning">
|
|
|
<span className="material-symbols-outlined">info</span> {t('security_settings.max_age_caution')}
|
|
<span className="material-symbols-outlined">info</span> {t('security_settings.max_age_caution')}
|
|
|
</span>
|
|
</span>
|