diff --git a/web/app/docs/network/repair-network/page.tsx b/web/app/docs/network/repair-network/page.tsx index f3dc146..ef78c52 100644 --- a/web/app/docs/network/repair-network/page.tsx +++ b/web/app/docs/network/repair-network/page.tsx @@ -13,13 +13,13 @@ export default function RepairNetwork() {

The Repair Network function in ProxMenux addresses issues caused by changes in network interface identifiers - that occur when modifying hardware components such as network adapters or GPUs. This can lead to a loss of + that occur when modifying hardware components such as network adapters, GPUs, or other PCI devices. This can lead to a loss of network connectivity because the system retains old configurations that no longer match the new interface IDs.

Purpose

- In many cases, when adding or removing hardware (e.g., network cards, GPUs), network interfaces may be renamed + In many cases, when adding or removing hardware (e.g., network cards, GPUs, storage controllers), network interfaces may be renamed due to changes in the system's PCI device enumeration. As a result, Proxmox VE may fail to establish a network connection because the /etc/network/interfaces file references outdated interface names.

@@ -47,7 +47,6 @@ export default function RepairNetwork() {

Important Considerations

diff --git a/web/app/docs/settings/change-language/page.tsx b/web/app/docs/settings/change-language/page.tsx index d2313cb..a33d4bc 100644 --- a/web/app/docs/settings/change-language/page.tsx +++ b/web/app/docs/settings/change-language/page.tsx @@ -1,66 +1,47 @@ import type { Metadata } from "next" -import { Steps } from "@/components/ui/steps" export const metadata: Metadata = { title: "Change Language | ProxMenux Documentation", - description: "Learn how to change the language settings in ProxMenux for Proxmox VE.", + description: "Guide to changing the language settings in ProxMenux for Proxmox VE.", } export default function ChangeLanguage() { return (

Change Language in ProxMenux

+

- ProxMenux supports multiple languages to make it accessible to users worldwide. This guide will walk you through - the process of changing the language settings in ProxMenux. + ProxMenux supports multiple languages to improve accessibility for users worldwide. The recommended language is English. + Translations are generated automatically using a predefined translation package and Google Translate. Automatic translations may contain errors, + so English is the preferred language for accuracy.

-

Supported Languages

+

Available Languages

-

Steps to Change Language

- - -

From the main menu of ProxMenux, navigate to the "Settings" option.

-
- -

In the Settings menu, find and select the "Change Language" option.

-
- -

You will see a list of available languages. Select your desired language from the list.

-
- -

- Confirm your selection when prompted. ProxMenux will ask if you're sure you want to change the language. -

-
- -

- After confirming, ProxMenux will apply the new language settings and may need to restart. Follow any - on-screen instructions to complete the process. -

-
-
- -

Troubleshooting

+

How It Works

- If you encounter any issues while changing the language or if the new language doesn't apply correctly, try the - following: + The language configuration is stored in the ProxMenux settings file. When a new language is selected, the configuration file is updated, and the menu reloads with the new language.

-
) } -