mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-01 05:06:24 +00:00
Fix localizable strings (templates, JavaScript)
This commit is contained in:
@@ -56,7 +56,7 @@ function onPopupAttachWindow(event) {
|
||||
preventDefault(event);
|
||||
|
||||
var attachInput = $("attach");
|
||||
var newAttach = window.prompt(_("Target:"), attachInput.value || "http://");
|
||||
var newAttach = window.prompt(_("Target"), attachInput.value || "http://");
|
||||
if (newAttach != null) {
|
||||
var documentHref = $("documentHref");
|
||||
var documentLabel = $("documentLabel");
|
||||
|
||||
Reference in New Issue
Block a user