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

likyh 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 24ec0fbe1 refactor(config-ui): adjust the text for time filter (#4594)
24ec0fbe1 is described below

commit 24ec0fbe1c500f2d9a0f7a8b7bea43b9a44e4767
Author: 青湛 <[email protected]>
AuthorDate: Tue Mar 7 11:09:47 2023 +0800

    refactor(config-ui): adjust the text for time filter (#4594)
---
 config-ui/src/pages/blueprint/components/sync-policy/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/pages/blueprint/components/sync-policy/index.tsx 
b/config-ui/src/pages/blueprint/components/sync-policy/index.tsx
index 5c127d3d2..bb405967e 100644
--- a/config-ui/src/pages/blueprint/components/sync-policy/index.tsx
+++ b/config-ui/src/pages/blueprint/components/sync-policy/index.tsx
@@ -71,7 +71,7 @@ export const SyncPolicy = ({
       {showTimeFilter && (
         <div className="block">
           <h3>Time Filter *</h3>
-          <p>Select the data range you wish to collect. DevLake will collect 
the last six months of data by default.</p>
+          <p>Select the data range you wish to collect. This filter applies to 
all data sources except SonarQube.</p>
           <StartFromSelector value={timeAfter} onChange={onChangeTimeAfter} />
         </div>
       )}

Reply via email to