You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by pi...@apache.org on 2021/04/23 09:27:26 UTC

[atlas] branch master updated: ATLAS-4247: Advanced Search is spelt as Advance Search in Atlas Beta UI

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

pinal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new ca96653  ATLAS-4247: Advanced Search is spelt as Advance Search in Atlas Beta UI
ca96653 is described below

commit ca96653919c4ab21482cf332a7a17f25f97316b4
Author: Umesh Padashetty <us...@gmail.com>
AuthorDate: Fri Apr 16 19:07:06 2021 +0530

    ATLAS-4247: Advanced Search is spelt as Advance Search in Atlas Beta UI
    
    Signed-off-by: Pinal <pinal-shah>
---
 dashboardv3/public/js/views/search/tree/CustomFilterTreeLayoutView.js | 4 ++--
 docs/docz-lib/config/menu.js                                          | 2 +-
 docs/src/documents/Search/SearchAdvanced.md                           | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dashboardv3/public/js/views/search/tree/CustomFilterTreeLayoutView.js b/dashboardv3/public/js/views/search/tree/CustomFilterTreeLayoutView.js
index ac70024..8e4b4b3 100644
--- a/dashboardv3/public/js/views/search/tree/CustomFilterTreeLayoutView.js
+++ b/dashboardv3/public/js/views/search/tree/CustomFilterTreeLayoutView.js
@@ -347,8 +347,8 @@ define([
                 gType: "customFilter",
                 type: "customFilterFolder",
                 children: customFilterAdvanceList,
-                text: "Advance Search",
-                name: "Advance Search",
+                text: "Advanced Search",
+                name: "Advanced Search",
                 state: { opened: true }
             }];
             var customFilterList = that.isGroupView ? treeView : allCustomFilter;
diff --git a/docs/docz-lib/config/menu.js b/docs/docz-lib/config/menu.js
index 7c2fcdb..d83518e 100644
--- a/docs/docz-lib/config/menu.js
+++ b/docs/docz-lib/config/menu.js
@@ -19,7 +19,7 @@ export default [
                 name: "Search",
                 menu: [
                     "Basic Search",
-                    "Advance Search"
+                    "Advanced Search"
                 ]
             },
             {
diff --git a/docs/src/documents/Search/SearchAdvanced.md b/docs/src/documents/Search/SearchAdvanced.md
index 872c2be..45e6367 100644
--- a/docs/src/documents/Search/SearchAdvanced.md
+++ b/docs/src/documents/Search/SearchAdvanced.md
@@ -1,5 +1,5 @@
 ---
-name: Advance Search
+name: Advanced Search
 route: /SearchAdvance
 menu: Documentation
 submenu: Search