From ddb204def4b792491b26fef6afe716736068dd1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 13 Jan 2020 10:32:22 +0000 Subject: [PATCH] Change temporary text --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 41b929034..90418a694 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -4047,7 +4047,7 @@ define([ UIElements.displayBurnAfterReadingPage = function (common, cb) { var info = h('p.cp-password-info', 'This document will self-destruct as soon as you open it. It will be removed form the server, once you close this window you will not be able to access it again. If you are not ready to proceed you can close this window and come back later. '); // XXX KEY - var button = h('button.primary', 'Proceed'); // XXX KEY + var button = h('button.primary', 'view and delete'); // XXX KEY $(button).on('click', function () { cb();