Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #654 from ggreer/no-used-assets
Browse files Browse the repository at this point in the history
frontend: Remove line about assets being required. They're not.
  • Loading branch information
ggreer authored May 11, 2017
2 parents 02af61f + 19546ea commit baa065f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/frontend/components/submit-definition.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const SubmitDefinition = connect(
<span> After submission, the definition cannot be updated. Go <a onClick={!inProgress && navigatePrevious} className={inProgress && 'disabled'}>back</a> to update or make changes.</span>
</p>
<p>
You'll be able to download your assets zip file after the definition is submitted. These assets will be used in step 3.
You'll be able to download your assets zip file after the definition is submitted.
</p>
<br />
{feature}
Expand Down

0 comments on commit baa065f

Please sign in to comment.