From e40c061cfb6567ca28138ab37ec97450f40ccc1e Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 28 Feb 2024 22:09:08 +0100 Subject: [PATCH] Update use-cases.js --- documentation/src/assets/use-cases.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/src/assets/use-cases.js b/documentation/src/assets/use-cases.js index 90357770..72523e4b 100644 --- a/documentation/src/assets/use-cases.js +++ b/documentation/src/assets/use-cases.js @@ -4,14 +4,14 @@ module.exports = [ route: "panel", title: "OpenPanel Documentation", description: - "Documentation and How-to tutorials for end-user interface where customers can add domains, manage websites and configure services.", + "Guides and Tutorials for the End-User Interface, enabling customers to add domains, manage websites, and configure services.", thumbImgURL: "/img/panel/v1/dashboard/dashboard.png", }, { route: "admin", title: "OpenAdmin Documentation", description: - "Documentation for the Administrator users.", + "Guidance for Administrator Users on user creation and plan setup, server management, and navigating the administrative interface.", thumbImgURL: "/img/admin/openadmin_dashboard.png", }, ];