From 06be778e9819e7e76c5310759832686c3feb2f9c Mon Sep 17 00:00:00 2001 From: Ramon Perez Date: Wed, 18 Jun 2025 02:17:15 +1000 Subject: [PATCH] improved wording in UI elements (#5323) --- web-app/src/locales/en/settings.json | 8 ++--- web-app/src/routes/settings/appearance.tsx | 24 +++++++-------- web-app/src/routes/settings/general.tsx | 30 ++++++++++--------- web-app/src/routes/settings/hardware.tsx | 2 +- web-app/src/routes/settings/https-proxy.tsx | 16 +++++----- .../src/routes/settings/local-api-server.tsx | 18 +++++------ web-app/src/routes/settings/privacy.tsx | 18 +++++------ web-app/src/routes/settings/shortcuts.tsx | 14 ++++----- 8 files changed, 65 insertions(+), 65 deletions(-) diff --git a/web-app/src/locales/en/settings.json b/web-app/src/locales/en/settings.json index 67edc9c8b..0422c28ca 100644 --- a/web-app/src/locales/en/settings.json +++ b/web-app/src/locales/en/settings.json @@ -5,15 +5,15 @@ }, "dataFolder": { "appData": "App Data", - "appDataDesc": "Default location for messages and other user data", + "appDataDesc": "Default location for messages and other user data.", "appLogs": "App Logs", - "appLogsDesc": "Default location App Logs" + "appLogsDesc": "Default location App Logs." }, "others": { "spellCheck": "Spell Check", - "spellCheckDesc": "Turn on to enable spell check chat input.", + "spellCheckDesc": "Enable spell check for your threads.", "resetFactory": "Reset To Factory Settings", - "resetFactoryDesc": "Restore application to its initial state, erasing all models and chat history. This action is irreversible and recommended only if the application is corrupted" + "resetFactoryDesc": "Restore application to its initial state, erasing all models and chat history. This action is irreversible and recommended only if the application is corrupted." } } } diff --git a/web-app/src/routes/settings/appearance.tsx b/web-app/src/routes/settings/appearance.tsx index 21b99c73e..cd3306080 100644 --- a/web-app/src/routes/settings/appearance.tsx +++ b/web-app/src/routes/settings/appearance.tsx @@ -43,43 +43,43 @@ function Appareances() { } /> } /> } /> } /> } /> } /> } /> @@ -112,18 +112,18 @@ function Appareances() { } /> } />