Compare commits

...

2 Commits

Author SHA1 Message Date
5ca6254ec3 Merge branch 'feature/scan-tag-ribbon' of ssh://git.coopcloud.tech:2222/trav/custodisco-kiosk into feature/scan-tag-ribbon
lol I really don't understand git
2026-02-27 11:41:41 -05:00
40b80dc196 minor text improvements 2026-02-27 11:41:03 -05:00

View File

@ -67,7 +67,7 @@ class InfoPage1(tk.Frame):
img_label.pack(expand=True)
# Right side: Custo introduction text
intro_text = """This kiosk is called Custo (pronounced KOOSTO)
intro_text = """This kiosk is called Custo (pronounced KOOS-toh)
It is here to foster and document the relationships between people and things
@ -187,11 +187,11 @@ class InfoPage3(tk.Frame):
# Mindful use text
mindful_text = """Please be mindful while operating the kiosk.
All generated items are stored permanently and replicated across the Scuttlebutt network. Once published, it cannot be deleted.
All generated items are stored permanently and replicated across the Scuttlebutt network (the data is stored on real people's laptops and phones, forever). Once published, it cannot be deleted.
Please post with care and with positive and constructive intentions.
The QR codes contain a Scuttlebutt messageID, scanning it works best at www.cust.ooo or any Scuttlebutt client.
The QR code contains a Scuttlebutt messageID, scanning it works best at www.cust.ooo or copy the ID into any Scuttlebutt client.
"""
text_label = RoundedLabel(container, text=mindful_text,