Skip to content

Commit

Permalink
Merge pull request #61 from guardian/akash1810-patch-1
Browse files Browse the repository at this point in the history
fix: Tweak placeholder message
  • Loading branch information
akash1810 authored Sep 18, 2024
2 parents c7e3a3b + 7b45270 commit ce6dbb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/index.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
@import com.gu.pandomainauth.model.User
@(user: User)(implicit request: RequestHeader)

@main(user, "Choose a file to upload") {
@main(user, "Choose a file to upload for public access") {
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--12-col">
<h1>Choose files to upload</h1>
<h1>Choose files to upload for public access</h1>
<div class="upload-error upload-error--hidden" id="png-error">
<p> The Grid now accepts PNGs, give it a try!</p>
</div>
Expand Down

0 comments on commit ce6dbb1

Please sign in to comment.