capitalize custom and default to follow same theme

This commit is contained in:
ganesh-bruno
2025-04-03 18:28:28 +05:30
committed by Anoop M D
parent d9e87fcd82
commit 17a63d599d

View File

@@ -125,7 +125,7 @@ const General = ({ close }) => {
className="mousetrap mr-0"
/>
<label className="block ml-2 select-none" htmlFor="customCaCertificateEnabled">
Use custom CA Certificate
Use Custom CA Certificate
</label>
</div>
{formik.values.customCaCertificate.filePath ? (
@@ -183,7 +183,7 @@ const General = ({ close }) => {
className={`block ml-2 select-none ${formik.values.customCaCertificate.enabled ? '' : 'opacity-25'}`}
htmlFor="keepDefaultCaCertificatesEnabled"
>
Keep default CA Certificates
Keep Default CA Certificates
</label>
</div>
<div className="flex items-center mt-2">