summaryrefslogtreecommitdiff
path: root/js/PrefLabelTree.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-03 14:10:18 +0300
committerAndrew Dolgov <[email protected]>2021-03-03 14:10:18 +0300
commit75e659ba65d30dec4b8debac01a3b65505eae711 (patch)
tree10adbe3a56b15d37e631ef7877295eaf4f0adeac /js/PrefLabelTree.js
parent0730128a97a46054099b59554e891cee99829eaa (diff)
reduce Amount of Caps Used in Multiple Dialogs
Diffstat (limited to 'js/PrefLabelTree.js')
-rw-r--r--js/PrefLabelTree.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/PrefLabelTree.js b/js/PrefLabelTree.js
index 2b78927c2..6792413b1 100644
--- a/js/PrefLabelTree.js
+++ b/js/PrefLabelTree.js
@@ -68,7 +68,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dijit/f
const dialog = new fox.SingleUseDialog({
id: "labelEditDlg",
- title: __("Label Editor"),
+ title: __("Edit label"),
style: "width: 650px",
setLabelColor: function (id, fg, bg) {