From 7acb86a83efc5c37c4bf181f4ea8f891816591a3 Mon Sep 17 00:00:00 2001 From: JiPai Date: Fri, 6 Sep 2024 13:41:44 +0800 Subject: [PATCH] chore(website): update en FAQ content --- apps/website/locales/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/website/locales/en.json b/apps/website/locales/en.json index 0446a922..ee44bf1b 100644 --- a/apps/website/locales/en.json +++ b/apps/website/locales/en.json @@ -56,7 +56,7 @@ }, "faq": { "title": "Frequently asked questions", - "des": "If you can’t find what you’re looking for, email our support team and if you’re lucky someone will get back to you.", + "des": "If you can’t find what you’re looking for, please submit an issue through our GitHub repository or ask questions on our Discord.", "q1": "What is dokploy?", "a1": "Dokploy is a stable, easy-to-use deployment solution designed to simplify the application management process. Think of Dokploy as a free alternative self-hostable solution to platforms like Heroku, Vercel, and Netlify.", "q2": "Why Choose Dokploy?", @@ -65,8 +65,8 @@ "a3": "Yes, dokploy is totally free. You can use it for personal projects, small teams, or even for large-scale applications.", "q4": "Is it open source?", "a4": "Yes, dokploy is open source and free to use.", - "q5": "What type of applications can i deploy with dokploy?", - "a5": "Dokploy is a great choice for any type of application. You can deploy your code to dokploy and manage it from the dashboard. We support a wide range of languages and frameworks, so you can choose the one that best fits your needs.", + "q5": "What types of languages can i deploy with dokploy?", + "a5": "Dokploy do not restrict programming languages. you are free to choose your preferred language and framework.", "q6": "How do I request a feature or report a bug?", "a6": "Currently we are working on fixing bug fixes, but we will be releasing new features soon. You can also request features or report bugs.", "q7": "Do you track the usage of Dokploy?",