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:
@@ -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");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user