From bf75ebd4dd79f0c7cdf48122ef03742d4a73f70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Nj=C3=A5stad?= Date: Tue, 19 Mar 2024 04:04:41 +0100 Subject: [PATCH] We require value. Using label will be very messy with translation --- src/UI/UIAlert.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/UIAlert.js b/src/UI/UIAlert.js index 83b98f36d..802a09f14 100644 --- a/src/UI/UIAlert.js +++ b/src/UI/UIAlert.js @@ -57,7 +57,7 @@ function UIAlert(options){ for(let y=0; y${html_encode(options.buttons[y].label)}`; }