summaryrefslogtreecommitdiff
path: root/js/PrefUsers.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/PrefUsers.js
parent0730128a97a46054099b59554e891cee99829eaa (diff)
reduce Amount of Caps Used in Multiple Dialogs
Diffstat (limited to 'js/PrefUsers.js')
-rw-r--r--js/PrefUsers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/PrefUsers.js b/js/PrefUsers.js
index 378c97154..7fde19851 100644
--- a/js/PrefUsers.js
+++ b/js/PrefUsers.js
@@ -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);