Skip to content

Commit

Permalink
Add hint text to preview
Browse files Browse the repository at this point in the history
We are filtering out all files and images that have variants which are
still uploading. Adding a bit of text to describe this situation to the
users.
  • Loading branch information
lauraghiorghisor-tw committed Oct 4, 2023
1 parent 5d8ddf6 commit 1e96f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/admin/editions/_standard_fields.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<%= render "components/govspeak-editor", {
label: {
text: "Body" + "#{' (required)' if form.object.body_required?}",
hint_text: "If your attachment is still being processed, it will not be visible in preview.",
heading_size: "l",
},
name: "edition[body]",
Expand Down

0 comments on commit 1e96f8b

Please sign in to comment.