From a3c1e5ddb4301b4c76e90f9138cb94472faf4520 Mon Sep 17 00:00:00 2001 From: 21pages Date: Tue, 6 Sep 2022 15:13:22 +0800 Subject: [PATCH] make os-password msgbox wordwrap Signed-off-by: 21pages --- src/ui/msgbox.tis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/msgbox.tis b/src/ui/msgbox.tis index a622a45b8..b7df30717 100644 --- a/src/ui/msgbox.tis +++ b/src/ui/msgbox.tis @@ -63,7 +63,7 @@ class MsgboxComponent: Reactor.Component { var ts = this.auto_login ? { checked: true } : {}; return
-
{translate('Auto Login')}
+
{translate('Auto Login')}
; } return this.content;