Skip to content

Commit

Permalink
fix: text
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Junk committed Nov 17, 2023
1 parent 52abaad commit 313c13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/feedview/FeedView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<UrlLoader
baseroute={`${base}/feed?q=`}
tooltiptext={"URL to fetch provider metadata or ROLIE-feed"}
placeholder={"URL to fetch provider metadata or ROLIE-feed"}
placeholder={"ROLIE feed or provider metadata URL"}
errormessage={$appStore.ui.feedErrorMsg}
/>
<Overview />
Expand Down
2 changes: 1 addition & 1 deletion src/lib/singleview/SingleView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<UrlLoader
baseroute={`${base}/?q=`}
tooltiptext={"URL to fetch Advisory from"}
placeholder={"URL to fetch Advisory from"}
placeholder={"Advisory URL"}
errormessage={$appStore.ui.singleErrorMsg}
/>
</div>
Expand Down

0 comments on commit 313c13c

Please sign in to comment.