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

Commit

Permalink
Tweak a couple tiny things
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Sep 8, 2017
1 parent 0f506d0 commit a6ae128
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/index.spt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ banner = "Pay for Open Source"
<div class="field amount">
<label for="amount">$</label>
<input type="text" name="amount" id="amount"
placeholder="{{ _("2,000 per person") }}"
placeholder="{{ _("2,000 / person") }}"
required autofocus>

<p class="fine-print">
{{ _( 'We {a}recommend{_a} $2,000 per year{br}per technical employee{br}of your company.'
{{ _( 'We {a}recommend{_a} $2,000 per year{br}per technical employee{br}at your company.'
, br='<br>'|safe
, a='<a href="https://gratipay.news/9205443e209d">'|safe
, _a='</a>'|safe
Expand Down Expand Up @@ -106,7 +106,7 @@ banner = "Pay for Open Source"
<legend>{{ _('Optional') }}</legend>
<h2>{{ _('Ecosystems') }}</h2>
<p class="fine-print">
{{ _('Which are most valuable to you?{br}(JavaScript, Python, etc.)', br='<br>'|safe) }}
{{ _('Which do you value most?{br}(JavaScript, Python, etc.)', br='<br>'|safe) }}
</p>

<div class="important-button">
Expand Down

0 comments on commit a6ae128

Please sign in to comment.