From 2b425a8b1274bd4614f203f5c8c38e8ce1dd926a Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 10 Apr 2018 10:37:30 +0200 Subject: [PATCH] Use 'OK' instead of 'Save' label for thr button in enigma password prompt --- plugins/enigma/enigma.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/enigma/enigma.js b/plugins/enigma/enigma.js index 8773e03f9..86da4a603 100644 --- a/plugins/enigma/enigma.js +++ b/plugins/enigma/enigma.js @@ -547,7 +547,7 @@ rcube_webmail.prototype.enigma_password_request = function(data) this.show_popup_dialog(myprompt, this.get_label('enigma.enterkeypasstitle'), [{ - text: this.get_label('save'), + text: this.get_label('ok'), 'class': 'mainaction save unlock', click: function(e) { e.stopPropagation();