Skip to content

minor grammar & punctuation fixes on status_tooltip #9576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/dashboard/templates/shared/status_tooltip.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<ol class="pl-3 mb-2 font-smaller-2">
<li class="mb-2"><strong>{% trans "Open" %}:</strong> {% trans "A funded bounty is available for anyone to work on." %}</li>
<li class="mb-2"><strong>{% trans "Work Started" %}:</strong> {% trans "Work has been started by at least one person." %}</li>
<li class="mb-2"><strong>{% trans "Work Submitted" %}:</strong> {% trans "Completed work has been submitted by for review." %}</li>
<li class="mb-2"><strong>{% trans "Work Submitted" %}:</strong> {% trans "Completed work has been submitted by hunters for review." %}</li>
<li class="mb-2"><strong>{% trans "Work Done" %}:</strong> {% trans "The submitted project has been accepted and the funds have been paid." %}</li>
<li class="mb-2"><strong>{% trans "Reserved" %}:</strong> {% trans "The project has been reserved for an specific hunter." %}</li>
<li class="mb-2"><strong>{% trans "Reserved" %}:</strong> {% trans "The project has been reserved for a specific hunter." %}</li>
</ol>

<p class="font-smaller-1 font-weight-semibold">Possible Status</p>
<ol class="pl-3 mb-0 font-smaller-2">
<li class="mb-2"><strong>{% trans "Expired" %}:</strong> {% trans "Work was not completed by the expiration date." %}</li>
<li class="mb-2"><strong>{% trans "Canceled" %}:</strong> {% trans "A funded bounty was cancelled by the owner of the project" %}</li>
<li class="mb-2"><strong>{% trans "Canceled" %}:</strong> {% trans "A funded bounty was cancelled by the owner of the project." %}</li>
</ol>

</div>