From 62bae67c2f958877e7d02ee058b83b9d3e6e654c Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Thu, 2 May 2013 14:11:01 -0400 Subject: [PATCH] Say "gifts" instead of "tips"; #893 --- templates/profile-edit.html | 4 ++-- www/%username/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/profile-edit.html b/templates/profile-edit.html index fb0ab54605..84147e6f53 100644 --- a/templates/profile-edit.html +++ b/templates/profile-edit.html @@ -81,7 +81,7 @@

Funding Goal {{ I_M }} here as a patron. {% elif user.goal < 0 %} {{ I_M }} here as a patron, and politely - decline to receive tips. + decline to receive gifts. {% else %} {{ I_M }} grateful for gifts, but don't have a specific funding goal. @@ -120,7 +120,7 @@

Funding Goal value="-1" {% if user.goal < 0 %} checked="true"{% end %}/> + as a patron, and politely decline to receive gifts. diff --git a/www/%username/index.html b/www/%username/index.html index bcaaedab82..81e229eaac 100644 --- a/www/%username/index.html +++ b/www/%username/index.html @@ -85,7 +85,7 @@

Funding Goal

{{ 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) }}