Skip to content

Commit

Permalink
fix dashboard typos (#5164)
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu authored and danlipert committed Sep 11, 2019
1 parent a8a82ab commit 470724c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions app/dashboard/templates/board/contributor.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,14 @@ <h4 class="h5 font-weight-semibold my-3">
</div>
</div>
</section>
<section class="container">
<div class="row text-center py-5">
<div class="col-12">
<p>
If you also want to check your finished bounties, you can find them here:
</p>
<a class="btn btn-gc-blue" href="/explorer?bounty_filter=startedByMe&network=mainnet&order_by=-web3_created">Check my bounties in the explorer</a>
</div>
</div>
</section>
</div>
6 changes: 3 additions & 3 deletions app/dashboard/templates/board/funder.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<li class="text-center my-5" :class="{'d-none': (isLoading.open || bounties.open && bounties.open.length > 0) }">
<img src="{% static 'v2/images/zero-bounties.svg' %}" alt="" width="197" height="169">
<h4 class="h5 font-weight-semibold my-3">
You haven’t funded any issues yet.
You don't have any open issues right now!
</h4>
<p class="text-black-70"><a title="Fund an issue" href="{% url 'new_funding' %}">Fund an Issue</a> or check out our <a href="{% url 'quickstart' %}">Funders Guide</a> to start getting contributors for your project! </p>
<p class="text-black-70">Have any question? Chat with us on <a href="{% url 'slack' %}">Slack</a>!</p>
Expand Down Expand Up @@ -292,7 +292,7 @@ <h4 class="h5 font-weight-semibold my-3">
</div>
</li>
<li class="text-center my-5" :class="{'d-none': isLoading.submitted ||bounties.submitted && bounties.submitted.length > 0}" v-cloak>
<p>[[ error.submitted || 'You have no bounties with submittions.' ]]</p>
<p>[[ error.submitted || 'You have no bounties with submissions.' ]]</p>
</li>
</ul>
<loading-screen v-if="isLoading.submitted"></loading-screen>
Expand Down Expand Up @@ -352,7 +352,7 @@ <h4 class="h5 font-weight-semibold my-3">
<div class="row text-center py-5">
<div class="col-12">
<p>
If you want to check also your finished and cancel bounties you can find them here:
If you also want to check your finished and cancelled bounties, you can find them here:
</p>
<a class="btn btn-gc-blue" href="/explorer?bounty_filter=createdByMe&network=mainnet&order_by=-web3_created">Check my bounties in the explorer</a>
</div>
Expand Down

0 comments on commit 470724c

Please sign in to comment.