Skip to content

Commit

Permalink
Change the message shown in the image upload dialog box
Browse files Browse the repository at this point in the history
This changes the text we display in the image upload dialog box, to
match what is on the mockups (see the linked issue).

closes #1127
pr #1338
  • Loading branch information
alicewriteswrongs committed Oct 10, 2018
1 parent 0a82b3a commit 2bb348d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/js/components/ImageUploaderForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ export default class ImageUploaderForm<Form> extends React.Component<
onDropRejected={() => this.setPhotoError("Please select a valid photo")}
>
<div className="desktop-upload-message">
Drag a photo here or click to select a photo.
Drag an image here<br />or<br />
<button className="outlined">Click to select an image</button>
</div>
<div className="mobile-upload-message">Click to select a photo.</div>
</Dropzone>
Expand Down

0 comments on commit 2bb348d

Please sign in to comment.