diff --git a/piper.py b/piper.py index 4a836e5..e9c8960 100755 --- a/piper.py +++ b/piper.py @@ -216,7 +216,7 @@ def print_password(headerText, ttp): font = ImageFont.truetype("/usr/share/fonts/ttf/swansea.ttf", 20) draw = ImageDraw.Draw(bottomDividerLineImg) - rightMarkText = "Piperwallet.com" + rightMarkText = "Cryptographi.com" rightMarkSize = draw.textsize(rightMarkText, font=font) leftMarkOrigin = (10, 15) @@ -336,7 +336,7 @@ def print_keypair(pubkey, privkey, leftBorderText, coinType, btcaddr): #create the divider - rightMarkText = "Piperwallet.com" + rightMarkText = "Cryptographi.com" font = ImageFont.truetype("/usr/share/fonts/ttf/swansea.ttf", 20)