mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 19:36:36 +02:00
feat(options/other): improve descriptions
This commit is contained in:
@@ -1360,7 +1360,7 @@
|
||||
},
|
||||
"search_engine": {
|
||||
"title": "Search Engine",
|
||||
"custom_search_engine_info": "If either the name or URL is not set, DuckDuckGo will be used as the default.",
|
||||
"custom_search_engine_info": "Used when searching the web for selected text. If not configured, DuckDuckGo will be used.",
|
||||
"predefined_templates_label": "Predefined templates",
|
||||
"bing": "Bing",
|
||||
"baidu": "Baidu",
|
||||
@@ -1375,7 +1375,8 @@
|
||||
},
|
||||
"tray": {
|
||||
"title": "System Tray",
|
||||
"enable_tray": "Enable tray (Trilium needs to be restarted for this change to take effect)"
|
||||
"enable_tray": "Tray icon",
|
||||
"enable_tray_description": "Trilium needs to be restarted for this change to take effect."
|
||||
},
|
||||
"text_editor": {
|
||||
"title": "Editor"
|
||||
|
||||
@@ -115,6 +115,7 @@ function TrayOptionsSettings() {
|
||||
<OptionsRowWithToggle
|
||||
name="tray-enabled"
|
||||
label={t("tray.enable_tray")}
|
||||
description={t("tray.enable_tray_description")}
|
||||
currentValue={!disableTray}
|
||||
onChange={trayEnabled => setDisableTray(!trayEnabled)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user