mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 02:18:28 -07:00
*: lang fix
This commit is contained in:
parent
b4649a6b27
commit
2df5f281c4
@ -458,7 +458,7 @@
|
|||||||
"check_reason": "Reason: {{reason}}",
|
"check_reason": "Reason: {{reason}}",
|
||||||
"check_rule": "Rule: {{rule}}",
|
"check_rule": "Rule: {{rule}}",
|
||||||
"check_service": "Service name: {{service}}",
|
"check_service": "Service name: {{service}}",
|
||||||
"check_not_found": "Doesn't exist in any filter",
|
"check_not_found": "Not found in your filter lists",
|
||||||
"client_confirm_block": "Are you sure you want to block the client \"{{ip}}\"?",
|
"client_confirm_block": "Are you sure you want to block the client \"{{ip}}\"?",
|
||||||
"client_confirm_unblock": "Are you sure you want to unblock the client \"{{ip}}\"?",
|
"client_confirm_unblock": "Are you sure you want to unblock the client \"{{ip}}\"?",
|
||||||
"client_blocked": "Client \"{{ip}}\" successfully blocked",
|
"client_blocked": "Client \"{{ip}}\" successfully blocked",
|
||||||
|
@ -152,7 +152,7 @@ func (a *Auth) addSession(data []byte, s *session) {
|
|||||||
a.sessions[name] = s
|
a.sessions[name] = s
|
||||||
a.lock.Unlock()
|
a.lock.Unlock()
|
||||||
if a.storeSession(data, s) {
|
if a.storeSession(data, s) {
|
||||||
log.Info("Auth: created session %s: expire=%d", name, s.expire)
|
log.Debug("Auth: created session %s: expire=%d", name, s.expire)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user