From 75e659ba65d30dec4b8debac01a3b65505eae711 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 3 Mar 2021 14:10:18 +0300 Subject: reduce Amount of Caps Used in Multiple Dialogs --- js/CommonDialogs.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/CommonDialogs.js') diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js index 321ddf6d3..a7e793b9c 100644 --- a/js/CommonDialogs.js +++ b/js/CommonDialogs.js @@ -16,7 +16,7 @@ const CommonDialogs = { {op: "feeds", method: "subscribeToFeed"}, (reply) => { const dialog = new fox.SingleUseDialog({ - title: __("Subscribe to Feed"), + title: __("Subscribe to feed"), content: `
@@ -333,7 +333,7 @@ const CommonDialogs = { const dialog = new fox.SingleUseDialog({ id: "feedEditDlg", - title: __("Edit Feed"), + title: __("Edit feed"), feed_title: "", unsubscribe: function() { if (confirm(__("Unsubscribe from %s?").replace("%s", this.feed_title))) { @@ -473,7 +473,7 @@ const CommonDialogs = {
-- cgit v1.2.3