AEM-7900 fixed corrupted start.json
diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/content/start.json b/ui/src/main/resources/jcr_root/libs/sling-cms/content/start.json
index 2e9aa72..bec8c39 100644
--- a/ui/src/main/resources/jcr_root/libs/sling-cms/content/start.json
+++ b/ui/src/main/resources/jcr_root/libs/sling-cms/content/start.json
@@ -58,50 +58,51 @@
                 "title": "Tools",
                 "links": {
                     "jcr:primaryType": "nt:unstructured",
-                "links": {
-                    "jcr:primaryType": "nt:unstructured",
-                    "bulkreplace": {
+                    "links": {
                         "jcr:primaryType": "nt:unstructured",
-                        "link": "/cms/admin/bulkreplace.html",
-                        "text": "Bulk Replace"
-                    },
-                    "contentpackages": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/bin/packages.html",
-                        "text": "Content Packages"
-                    },
-                    "i18n": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/cms/i18n/dictionaries.html/etc/i18n",
-                        "text": "Internationalization (i18n)"
-                    },
-                    "loadcontent": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/cms/admin/loadcontent.html",
-                        "text": "Load Content"
-                    },
-                    "mappings": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/cms/mappings/list.html/etc/map",
-                        "text": "Mappings"
-                    },
-                    "nodebrowser": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/bin/browser.html",
-                        "text": "Node Browser"
-                    },
-                    "systemconsole": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/system/console",
-                        "text": "System Console"
-                    },
-                    "usersgroups": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/bin/users.html",
-                        "text": "Users & Groups"
+                        "bulkreplace": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/cms/admin/bulkreplace.html",
+                            "text": "Bulk Replace"
+                        },
+                        "contentpackages": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/bin/packages.html",
+                            "text": "Content Packages"
+                        },
+                        "i18n": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/cms/i18n/dictionaries.html/etc/i18n",
+                            "text": "Internationalization (i18n)"
+                        },
+                        "loadcontent": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/cms/admin/loadcontent.html",
+                            "text": "Load Content"
+                        },
+                        "mappings": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/cms/mappings/list.html/etc/map",
+                            "text": "Mappings"
+                        },
+                        "nodebrowser": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/bin/browser.html",
+                            "text": "Node Browser"
+                        },
+                        "systemconsole": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/system/console",
+                            "text": "System Console"
+                        },
+                        "usersgroups": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/bin/users.html",
+                            "text": "Users & Groups"
+                        }
                     }
                 }
             }
         }
     }
-}
\ No newline at end of file
+}