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

@@ -56,7 +56,7 @@ const Helpers = {
Digest: {
preview: function() {
const dialog = new fox.SingleUseDialog({
title: __("Digest Preview"),
title: __("Digest preview"),
content: `
<div class='panel panel-scrollable digest-preview'>
<div class='text-center'>${__("Loading, please wait...")}</div>
@@ -124,7 +124,7 @@ const Helpers = {
edit: function() {
const dialog = new fox.SingleUseDialog({
id: "profileEditDlg",
title: __("Settings Profiles"),
title: __("Manage profiles"),
getSelectedProfiles: function () {
return Tables.getSelected("pref-profiles-list");
},