1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 00:15:55 +00:00

reduce Amount of Caps Used in Multiple Dialogs

This commit is contained in:
Andrew Dolgov
2021-03-03 14:10:18 +03:00
parent 0730128a97
commit 75e659ba65
7 changed files with 11 additions and 11 deletions

View File

@@ -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) {