chore(web): add clarifying information for feeds. (#889)

* Update Feed.tsx

* Update Indexer.tsx

* oh right.

* 🅱️
This commit is contained in:
Kyle Sanderson 2023-04-30 12:17:07 -07:00 committed by GitHub
parent 82beb31767
commit 32af2d756b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -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;

View file

@ -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">