We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4718f04 commit 5ddae3aCopy full SHA for 5ddae3a
label_server/label_print.py
@@ -35,7 +35,7 @@ def draw_label(name, description, expiry, serial=None):
35
if not isinstance(expiry, str):
36
expiry = expiry.strftime("%d %b %Y")
37
38
- draw.text((dots[1]/2, 200), "Do not hack until", font=font, fill="black", anchor="ma")
+ draw.text((dots[1]/2, 200), "Protected until", font=font, fill="black", anchor="ma")
39
draw.text((dots[1]/2, 280), expiry, font=font_large, fill="black", anchor="ma")
40
41
draw.text((10, 450), "Owner:", font=font, fill="black")
0 commit comments