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

Commit

Permalink
Say "gifts" instead of "tips"; #893
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed May 2, 2013
1 parent 7ba0d85 commit 62bae67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/profile-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2>Funding Goal
<span class="i-m">{{ I_M }}</span> here as a patron.
{% elif user.goal < 0 %}
<span class="i-m">{{ I_M }}</span> here as a patron, and politely
decline to receive tips.
decline to receive gifts.
{% else %}
<span class="i-m">{{ I_M }}</span> grateful for gifts, but
don't have a specific funding goal.
Expand Down Expand Up @@ -120,7 +120,7 @@ <h2>Funding Goal
value="-1"
{% if user.goal < 0 %} checked="true"{% end %}/>
<label for="goal-negative"><span class="i-m">{{ I_M }}</span> here
as a patron, and politely decline to receive tips.</label>
as a patron, and politely decline to receive gifts.</label>

</td></tr></table>
</form>
Expand Down
2 changes: 1 addition & 1 deletion www/%username/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2>Funding Goal</h2>
{{ I_M }} here as a patron.
{% elif participant.goal < 0 %}
{{ I_M }} here as a patron, and politely decline to receive
tips.
gifts.
{% else %}
{{ MY }} goal is to receive
${{ locale.format("%.2f", participant.goal, grouping=True) }}
Expand Down

0 comments on commit 62bae67

Please sign in to comment.