From f12281af3503cb80bf75afd2e6c32ba81d20060a Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 25 Jun 2024 21:19:56 -0700 Subject: [PATCH] Switch from human milk (BM) to formula (F) --- src/ptouch_web/dashapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ptouch_web/dashapp.py b/src/ptouch_web/dashapp.py index d4ed7d8..091db84 100644 --- a/src/ptouch_web/dashapp.py +++ b/src/ptouch_web/dashapp.py @@ -130,7 +130,7 @@ templates = { "bottle": { "label": "Bottle", "function": today_tomorrow_template, - "template": "BM 5 floz\nexp {today}\nuse {tomorrow}", + "template": "F 5 floz\nexp {today}\nuse {tomorrow}", }, "rayleigh": {"label": "Rayleigh", "value": "Rayleigh\nArmstrong-\nDodgen"}, "kepler": {"label": "Kepler", "value": "Kepler\nArmstrong-\nDodgen"}, -- 2.39.5