From 227f9659ad402541b12e823a46bb4bce95d431ff Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Fri, 29 Apr 2022 22:34:32 +0200 Subject: [PATCH] =?UTF-8?q?Update=20PyBL=C3=98CK=20Widget.scriptable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PyBLØCK Widget.scriptable | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PyBLØCK Widget.scriptable b/PyBLØCK Widget.scriptable index b685a16..ec1fba2 100644 --- a/PyBLØCK Widget.scriptable +++ b/PyBLØCK Widget.scriptable @@ -88,12 +88,12 @@ async function createWidget() wdgDesc.textColor = new Color("#EEEEEE"); mem.textColor = new Color("#0aff17"); - let pr = listwidget.addText(Price + " $ = 1 ₿"); + let pr = listwidget.addText(Price + " $ = 1 ₿itcoin"); pr.centerAlignText(); pr.font = Font.boldSystemFont(11); pr.textColor = new Color("#eeeeee") - let ms = listwidget.addText(MoscowTime +" Ș = 1 $"); + let ms = listwidget.addText(MoscowTime +" Șats = 1 $"); ms.centerAlignText(); ms.font = Font.boldSystemFont(11); ms.textColor = new Color("#0aff17")