mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
chore(web): add clarifying information for feeds. (#889)
* Update Feed.tsx
* Update Indexer.tsx
* oh right.
* 🅱️
This commit is contained in:
parent
82beb31767
commit
32af2d756b
2 changed files with 4 additions and 3 deletions
|
@ -97,7 +97,7 @@ function FeedSettings() {
|
||||||
<div className="ml-4 mt-4">
|
<div className="ml-4 mt-4">
|
||||||
<h3 className="text-lg leading-6 font-medium text-gray-900 dark:text-white">Feeds</h3>
|
<h3 className="text-lg leading-6 font-medium text-gray-900 dark:text-white">Feeds</h3>
|
||||||
<p className="mt-1 text-sm text-gray-500 dark:text-gray-400">
|
<p className="mt-1 text-sm text-gray-500 dark:text-gray-400">
|
||||||
Manage RSS and Torznab feeds.
|
Manage RSS, Newznab, and Torznab feeds.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -361,4 +361,4 @@ const FeedItemDropdown = ({
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default FeedSettings;
|
export default FeedSettings;
|
||||||
|
|
|
@ -181,7 +181,8 @@ function IndexerSettings() {
|
||||||
Indexers
|
Indexers
|
||||||
</h3>
|
</h3>
|
||||||
<p className="mt-1 text-sm text-gray-500 dark:text-gray-400">
|
<p className="mt-1 text-sm text-gray-500 dark:text-gray-400">
|
||||||
Indexer settings.
|
Indexer settings for IRC, RSS, Newznab, and Torznab based indexers.<br />
|
||||||
|
Generic feeds can be added here by selecting the Generic indexer.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="ml-4 mt-4 flex-shrink-0">
|
<div className="ml-4 mt-4 flex-shrink-0">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue