Compare commits
2 Commits
62f4d267a9
...
5ca6254ec3
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ca6254ec3 | |||
| 40b80dc196 |
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user