Kaynağa Gözat

Update use-cases.js

Stefan Pejcic 1 yıl önce
ebeveyn
işleme
e40c061cfb
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      documentation/src/assets/use-cases.js

+ 2 - 2
documentation/src/assets/use-cases.js

@@ -4,14 +4,14 @@ module.exports = [
         route: "panel",
         route: "panel",
         title: "OpenPanel Documentation",
         title: "OpenPanel Documentation",
         description:
         description:
-            "Documentation and How-to tutorials for <strong>end-user interface</strong> where customers can add domains, manage websites and configure services.",
+            "Guides and Tutorials for the <strong>End-User Interface</strong>, enabling customers to add domains, manage websites, and configure services.",
         thumbImgURL: "/img/panel/v1/dashboard/dashboard.png",
         thumbImgURL: "/img/panel/v1/dashboard/dashboard.png",
     },
     },
     {
     {
         route: "admin",
         route: "admin",
         title: "OpenAdmin Documentation",
         title: "OpenAdmin Documentation",
         description:
         description:
-            "Documentation for the <strong>Administrator users</strong>.",
+            "Guidance for <strong>Administrator Users</strong> on user creation and plan setup, server management, and navigating the administrative interface.",
         thumbImgURL: "/img/admin/openadmin_dashboard.png",
         thumbImgURL: "/img/admin/openadmin_dashboard.png",
     },
     },
 ];
 ];