This is an automated email from the ASF dual-hosted git repository.

mintsweet pushed a commit to branch fix-typo
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit 1f9b24b36d52f3b5a581e59a1ddf72582a2a64a8
Author: mintsweet <[email protected]>
AuthorDate: Thu Sep 19 20:59:19 2024 +1200

    fix: typo
---
 config-ui/src/routes/project/additional-settings/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/routes/project/additional-settings/index.tsx 
b/config-ui/src/routes/project/additional-settings/index.tsx
index f8ebce377..5d670bb77 100644
--- a/config-ui/src/routes/project/additional-settings/index.tsx
+++ b/config-ui/src/routes/project/additional-settings/index.tsx
@@ -149,7 +149,7 @@ export const ProjectAdditionalSettings = () => {
           <Block
             title={
               <Checkbox checked={dora.enable} onChange={(e) => setDora({ 
enable: e.target.checked })}>
-                Enable DORA Metrics
+                Enable DORA metrics
               </Checkbox>
             }
             description="DORA metrics are four widely-adopted metrics for 
measuring software delivery performance."

Reply via email to