- {t("common.username")}
+ {t("common.username")}
- {t("common.password")}
+ {t("common.password")}
{
/>
- {t("common.role")}
-
+ {t("common.role")}
+
diff --git a/web/src/components/Settings/PreferencesSection.tsx b/web/src/components/Settings/PreferencesSection.tsx
index a5a3c5033..ed030741c 100644
--- a/web/src/components/Settings/PreferencesSection.tsx
+++ b/web/src/components/Settings/PreferencesSection.tsx
@@ -103,10 +103,10 @@ const PreferencesSection = () => {
-
+
-
-
+
+
{t("setting.preference-section.telegram-user-id")}
@@ -126,7 +126,7 @@ const PreferencesSection = () => {
/>
@@ -136,7 +136,7 @@ const PreferencesSection = () => {
-
+
diff --git a/web/src/components/Settings/SystemSection.tsx b/web/src/components/Settings/SystemSection.tsx
index 02c4b29b5..f22a20f38 100644
--- a/web/src/components/Settings/SystemSection.tsx
+++ b/web/src/components/Settings/SystemSection.tsx
@@ -221,18 +221,101 @@ const SystemSection = () => {
-
{t("common.settings")}
+
General
- {t("setting.system-section.allow-user-signup")}
+ {t("setting.system-section.allow-user-signup")}
handleAllowSignUpChanged(event.target.checked)} />
- {t("setting.system-section.disable-password-login")}
+ {t("setting.system-section.disable-password-login")}
handleDisablePasswordLoginChanged(event.target.checked)}
/>
+
+
+
+
+
+
handleInstanceUrlChanged(event.target.value)}
+ />
+
+
+ {t("common.learn-more")}
+
+
+
+
+
+
+ {t("setting.system-section.additional-style")}
+
+
+
+
+
Others
{t("setting.system-section.disable-public-memos")}
handleDisablePublicMemosChanged(event.target.checked)} />
@@ -258,115 +341,37 @@ const SystemSection = () => {
onChange={handleMaxUploadSizeChanged}
/>
-
-
-
-
-
Instance URL
+
+
+
+
+ {t("setting.system-section.telegram-bot-token")}
+
+
-
-
-
handleInstanceUrlChanged(event.target.value)}
- />
-
-
- {t("common.learn-more")}
-
-
-
-
-
-
-
- {t("setting.system-section.telegram-bot-token")}
-
+
handleTelegramBotTokenChanged(event.target.value)}
+ />
+
+
+ {t("common.learn-more")}
+
+
-
-
-
handleTelegramBotTokenChanged(event.target.value)}
- />
-
-
- {t("common.learn-more")}
-
-
-
-
-
- {t("setting.system-section.additional-style")}
-
-
-
);