1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 10:55:56 +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

@@ -36,7 +36,7 @@ const Users = {
const dialog = new fox.SingleUseDialog({
id: "userEditDlg",
title: __("User Editor"),
title: __("Edit user"),
execute: function () {
if (this.validate()) {
Notify.progress("Saving data...", true);