mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-26 15:29:31 +00:00
(fix) adjusted JS files regarding translation updates
This commit is contained in:
@@ -686,7 +686,7 @@ function onMailIdentitySignatureClick(event) {
|
||||
var dialogId = "signatureDialog";
|
||||
var dialog = dialogs[dialogId];
|
||||
if (!dialog) {
|
||||
var label = _("Please enter your signature below:");
|
||||
var label = _("Please enter your signature below");
|
||||
var fields = createElement("p");
|
||||
fields.appendChild(createElement("textarea", "signature"));
|
||||
fields.appendChild(createButton("okBtn", _("OK"),
|
||||
|
||||
Reference in New Issue
Block a user