less confusing language after activating repository, per #545

This commit is contained in:
Brad Rydzewski 2014-10-12 21:52:55 -07:00
parent 4e5b850c8d
commit 0221442828

View file

@ -31,7 +31,7 @@
<section ng-if="repo.active == true && commits != undefined && commits.length == 0" class="nobuilds">
<h1>This will be your commit stream</h1>
<p>Be sure to add a .drone.yml to configure your build</p>
<p>Add a .drone.yml file and make a commit to trigger a build</p>
<div><i class="fa fa-file-code-o"></i></div>
</section>