Feature(custom): optimize some setting description

This commit is contained in:
Kuingsmile
2025-08-26 10:08:53 +08:00
parent bf0f481086
commit d4a42de814
3 changed files with 3 additions and 3 deletions

View File

@@ -204,7 +204,7 @@ const checkForUpdates = async () => {
} }
} catch (err: any) { } catch (err: any) {
console.error('Failed to check for updates:', err) console.error('Failed to check for updates:', err)
error.value = err.message || t('update.checkError') error.value = t('update.checkError') + String(err ? `: ${err}` : '')
} finally { } finally {
checking.value = false checking.value = false
} }

View File

@@ -160,7 +160,7 @@
"startup": { "startup": {
"autoLaunch": { "autoLaunch": {
"title": "Auto-launch on startup", "title": "Auto-launch on startup",
"description": "Automatically start OpenList service when the application launches" "description": "Automatically start OpenList core when the computer starts"
} }
}, },
"admin": { "admin": {

View File

@@ -160,7 +160,7 @@
"startup": { "startup": {
"autoLaunch": { "autoLaunch": {
"title": "开机自启", "title": "开机自启",
"description": "应用程序启动时自动启动 OpenList 服务" "description": "开机自动启动 OpenList 核心"
} }
}, },
"admin": { "admin": {