Project

General

Profile

« Previous | Next » 

Revision e4df3b80

Added by Amir Fefer almost 6 years ago

Fixes #23991 - rephrase RSS setting description

View differences:

app/models/setting/notification.rb
class Setting::Notification < Setting
def self.default_settings
[
self.set('rss_enable', N_('Whether to get RSS notifications or not'), true, N_('RSS enable')),
self.set('rss_enable', N_('Whether to pull RSS notifications or not'), true, N_('RSS enable')),
self.set('rss_url', N_('URL to fetch RSS notifications from'), 'https://theforeman.org/feed.xml', N_('RSS URL'))
]
end

Also available in: Unified diff