Skip to content

Commit

Permalink
Add clarification to differentiate between the blog URL and the RSS(f…
Browse files Browse the repository at this point in the history
…eed URL) during sign-up
  • Loading branch information
cychu42 committed Nov 16, 2022
1 parent 3073184 commit f330232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/web/app/src/components/SignUp/Forms/BlogFeeds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const BlogFeeds = () => {
return (
<RSSFeeds
title="Blog and RSS"
prompt="Enter your blog URL and select the RSS you want to use in Telescope"
prompt="Enter your blog URL and select the RSS you want to use in Telescope\n
A blog URL (HTML) should be the root of your blog itself, and Telescope will find the link(s) of blog feed URL (XML) for you to select."
buttonText="validate blog"
helperText="Validate your Blog URL"
noFeedsSelected="Please validate your blog URL"
Expand Down

0 comments on commit f330232

Please sign in to comment.