mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 13:43:22 +00:00
Add missing localizable string
This commit is contained in:
@@ -533,3 +533,4 @@ vtodo_class2 = "(Confidential task)";
|
||||
"Web Calendar" = "Web Calendar";
|
||||
"Reload on login" = "Reload on login";
|
||||
"Invalid number." = "Invalid number.";
|
||||
"Please identify yourself to %{0}" = "Please identify yourself to %{0}";
|
||||
|
||||
@@ -1441,7 +1441,7 @@ function reauthenticateWebCalendar(folderID, refreshCBData) {
|
||||
triggerAjaxRequest(url, authenticateWebCalendarCallback, refreshCBData, parameters,
|
||||
{ "Content-type": "application/x-www-form-urlencoded" });
|
||||
}
|
||||
showAuthenticationDialog(_("Please identify yourself to \"%{0}\"...")
|
||||
showAuthenticationDialog(_("Please identify yourself to %{0}")
|
||||
.formatted(hostname),
|
||||
authenticate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user