Skip to content

Commit 5ddae3a

Browse files
committed
Change 'DNH' to 'protected until'
1 parent 4718f04 commit 5ddae3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

label_server/label_print.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def draw_label(name, description, expiry, serial=None):
3535
if not isinstance(expiry, str):
3636
expiry = expiry.strftime("%d %b %Y")
3737

38-
draw.text((dots[1]/2, 200), "Do not hack until", font=font, fill="black", anchor="ma")
38+
draw.text((dots[1]/2, 200), "Protected until", font=font, fill="black", anchor="ma")
3939
draw.text((dots[1]/2, 280), expiry, font=font_large, fill="black", anchor="ma")
4040

4141
draw.text((10, 450), "Owner:", font=font, fill="black")

0 commit comments

Comments
 (0)