Skip to content

Commit ebdcc74

Browse files
authored
Correct Week to Day, and one They're to their
1 parent 1fb7ac8 commit ebdcc74

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Adafruit_IO_Template_Emails/template.liquid

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ COMMUNICATION SUPERSTAR! 🌟 They're amazing at telling adults - that's such a
3434
<b>👻 Nothing Happened: {{ vars.nothing_progress }}</b>
3535
{% for i in (1..vars.nothing_progress) %}⭕{% endfor %}
3636
{% if vars.nothing_progress <= 3 -%}
37-
That's okay! Trying is what matters, and they're body will let them know when it's ready! 🌈
37+
That's okay! Trying is what matters, and their body will let them know when it's ready! 🌈
3838
{% else -%}
3939
So patient and persistent! Even when nothing happens, they keep trying - that's real determination! 💫
4040
{% endif %}---
4141

42-
<b>📊 Week Summary:</b>
42+
<b>📊 Daily Summary:</b>
4343
{% capture total_tries -%}{{ vars.wee_progress | plus: vars.poo_progress | plus: vars.nothing_progress }}{% endcapture -%}
4444
{% capture successes -%}{{ vars.wee_progress | plus: vars.poo_progress }}{% endcapture -%}
4545
{% capture success_rate -%}{% if total_tries != "0" -%}{{ successes | times: 100 | divided_by: total_tries }}{% else -%}100{% endif -%}{% endcapture -%}
@@ -48,15 +48,15 @@ So patient and persistent! Even when nothing happens, they keep trying - that's
4848
Total potty visits: {{ total_tries }}
4949
Success rate: {{ success_rate }}% [{%- for i in (1..bar_filled) -%}█{%- endfor -%}{%- for i in (1..bar_empty) -%}░{%- endfor -%}]
5050
{%- assign total_events = vars.wee_progress | plus: vars.poo_progress | plus: vars.nothing_progress | plus: vars.informed_progress -%}
51-
({{ total_events }} events this week )
51+
({{ total_events }} events today )
5252
{% if total_events <= 3 %}
53-
💝 <b>This Week:</b> They're doing such a great job learning! Every day gets a little easier...
53+
💝 <b>Today:</b> They're doing such a great job learning! Every day gets a little easier...
5454
{% elsif total_events <= 5 %}
55-
🌟 <b>This Week:</b> Ayee! They're really getting the hang of this potty training thing! Keep it up!
55+
🌟 <b>Today:</b> Ayee! They're really getting the hang of this potty training thing! Keep it up!
5656
{% elsif total_events <= 8 %}
57-
🌟 <b>This Week:</b> WOW! Look at all that practice! They're becoming such a potty expert.
57+
🌟 <b>Today:</b> WOW! Look at all that practice! They're becoming such a potty expert.
5858
{% else %}
59-
🏆 <b>This Week:</b> INCREDIBLE WEEK! They're absolutely rocking this potty training journey! 🎊🎉
59+
🏆 <b>Today:</b> INCREDIBLE DAY! They're absolutely rocking this potty training journey! 🎊🎉
6060
{%- endif %}
6161

6262
Keep being awesome!

0 commit comments

Comments
 (0)