Skip to content

Commit

Permalink
explain: update prompt description
Browse files Browse the repository at this point in the history
we only accept a URL right now

Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed Jan 10, 2025
1 parent b1b5e0d commit 65f0dfc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/app/prompt/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@
:id "promptTextarea"
:rows "3",
:placeholder
(str "Either upload your failed build log as a file, "
"paste it contents as a text, or point to fully qualified URL "
"where it can be downloaded as a raw file.")
(str "Paste a link to your failed RPM build log.")
:on-change on-change-prompt}]
[:span
{:class "input-group-addon btn btn-primary"
Expand Down

0 comments on commit 65f0dfc

Please sign in to comment.