From 3d85edf53700a0a49d26a2a3b9621348507836c3 Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 27 Oct 2024 21:33:08 -0700 Subject: [PATCH] Update UIWindow.js --- src/gui/src/UI/UIWindow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/UI/UIWindow.js b/src/gui/src/UI/UIWindow.js index 22ac1baab..14e013d81 100644 --- a/src/gui/src/UI/UIWindow.js +++ b/src/gui/src/UI/UIWindow.js @@ -389,7 +389,7 @@ async function UIWindow(options) { else if(options.is_openFileDialog){ h += `
`; // 'upload here' - h += `
+ h += `
${i18n('upload')}
`;