|
|
@@ -106,8 +106,6 @@
|
|
|
|
|
|
{{ user[1] }}, you currently have {{ user[2] }} {{ points_label }}.<br>
|
|
|
You are accruing {{ points_award }} {{ points_label }} every {{ points_interval }} {{ minutes_label }}.<br>
|
|
|
- {% set points_label = 'point' if follow_points == 1 else 'points' %}
|
|
|
- You can get {{ follow_points }} {{ points_label }} for following my stream.
|
|
|
{% if kofi_integration %}
|
|
|
{% if kofi_settings['donations'] %}
|
|
|
{% set d_points_label = 'point' if donation_points == 1 else 'points' %}
|