update text ProxMenux

This commit is contained in:
MacRimi
2025-09-10 18:57:49 +02:00
parent 3e7c6629a6
commit 4534d78978
2 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ export default function HelpAndInfoPage() {
<div className="space-y-4 mt-6"> <div className="space-y-4 mt-6">
<p className="text-lg text-black"> <p className="text-lg text-black">
ProxMenu provides an interactive command reference menu for Proxmox VE through a dialog-based interface. ProxMenux provides an interactive command reference menu for Proxmox VE through a dialog-based interface.
Select one of the categories below to explore the available commands. Select one of the categories below to explore the available commands.
</p> </p>
@@ -170,12 +170,12 @@ export default function HelpAndInfoPage() {
<div className="mt-16 mb-6"> <div className="mt-16 mb-6">
<div className="flex items-center gap-3 mb-6"> <div className="flex items-center gap-3 mb-6">
<Book className="h-8 w-8 mr-2 text-blue-500" /> <Book className="h-8 w-8 mr-2 text-blue-500" />
<h2 className="text-2xl font-bold text-black">ProxMenu Guides</h2> <h2 className="text-2xl font-bold text-black">ProxMenux Guides</h2>
</div> </div>
<p className="text-lg mb-6 text-black"> <p className="text-lg mb-6 text-black">
Check out the guides section for additional resources, tutorials, and documentation to help you get the most Check out the guides section for additional resources, tutorials, and documentation to help you get the most
out of Proxmox VE and ProxMenu. out of Proxmox VE and ProxMenux.
</p> </p>
<div className="flex justify-center"> <div className="flex justify-center">

View File

@@ -111,7 +111,7 @@ export default function LinuxResourcesPage() {
<p className="text-lg mb-8 text-gray-700"> <p className="text-lg mb-8 text-gray-700">
A collection of useful resources for learning Linux commands, security practices, monitoring tools, and A collection of useful resources for learning Linux commands, security practices, monitoring tools, and
more. These resources complement the commands available in ProxMenu and will help you deepen your knowledge more. These resources complement the commands available in ProxMenux and will help you deepen your knowledge
of Linux system administration. of Linux system administration.
</p> </p>
</div> </div>