summaryrefslogtreecommitdiffstats
path: root/js/messaging.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/messaging.js')
-rw-r--r--js/messaging.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/messaging.js b/js/messaging.js
index 7de42cf..3ac9e99 100644
--- a/js/messaging.js
+++ b/js/messaging.js
@@ -283,7 +283,7 @@ function displayMessage(id, data) {
$('#beziapp-msg-e2ee-content-${randomencdivid}').show();
$('#beziapp-msg-e2ee-form-${randomencdivid}').hide();
} catch (err) {
- alert(${D("incorrectPassword")});
+ alert('${D("incorrectPassword")}');
}
"
>
@@ -520,7 +520,7 @@ function setupEventListeners() {
$('#beziapp-msg-e2ee-content-${randomencdivid}').show();
$('#beziapp-msg-e2ee-form-${randomencdivid}').hide();
} catch(err) {
- alert(${D("incorrectPassword")});
+ alert('${D("incorrectPassword")}');
}
"
>