From 032bfc99b4832f4940f8e42748165fff3365c49b Mon Sep 17 00:00:00 2001 From: alexdx-ca Date: Tue, 30 May 2023 17:33:38 -0400 Subject: [PATCH] Update downloadCompleted.js ${WEB_UI.TRY_SEND_URL} --- app/ui/downloadCompleted.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/ui/downloadCompleted.js b/app/ui/downloadCompleted.js index acdd3044..20d0d36b 100644 --- a/app/ui/downloadCompleted.js +++ b/app/ui/downloadCompleted.js @@ -2,6 +2,7 @@ const html = require('choo/html'); const assets = require('../../common/assets'); module.exports = function(state) { + const WEB_UI = state.WEB_UI; const btnText = state.user.loggedIn ? 'okButton' : 'sendYourFilesLink'; return html`

- ${state.translate(btnText)}