This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new f8c3a4688 fix: typo (#8074)
f8c3a4688 is described below
commit f8c3a46885f0b3613ee8b85045f94801a1cb7840
Author: 青湛 <[email protected]>
AuthorDate: Fri Sep 20 14:37:37 2024 +1200
fix: typo (#8074)
---
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."