mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 12:54:54 +00:00
Add missing localizable string
This commit is contained in:
@@ -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