From 17a63d599dd95093c6332b606c0e2bf266e99d93 Mon Sep 17 00:00:00 2001 From: ganesh-bruno Date: Thu, 3 Apr 2025 18:28:28 +0530 Subject: [PATCH] capitalize custom and default to follow same theme --- .../bruno-app/src/components/Preferences/General/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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