Change message on empty donor list

This fixes #380.
This commit is contained in:
Sebastian Grewe 2013-07-05 23:28:51 +02:00
parent 346d9656d8
commit 0d5653dda0

View File

@ -18,7 +18,7 @@
</tr> </tr>
{sectionelse} {sectionelse}
<tr> <tr>
<td class="center" colspan="3">No donors yet! Be the first one to donate!</td> <td class="center" colspan="3">No confirmed donations yet, please be patient!</td>
</tr> </tr>
{/section} {/section}
</tbody> </tbody>