diff --git a/packages/bruno-app/src/components/Preferences/General/index.js b/packages/bruno-app/src/components/Preferences/General/index.js index 26054a881..929eae0ff 100644 --- a/packages/bruno-app/src/components/Preferences/General/index.js +++ b/packages/bruno-app/src/components/Preferences/General/index.js @@ -125,7 +125,7 @@ const General = ({ close }) => { className="mousetrap mr-0" /> {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