s/IP/ip/; s/from/at/
This commit is contained in:
parent
7abc48a716
commit
1629b7e62a
3 changed files with 9 additions and 9 deletions
|
@ -50,10 +50,10 @@ export const showToast = async (deviceId: string) => {
|
|||
icon: "verification_warning",
|
||||
props: {
|
||||
description: _t(
|
||||
"A new login is accessing your account: %(name)s (%(deviceID)s) from %(IP)s", {
|
||||
"A new login is accessing your account: %(name)s (%(deviceID)s) at %(ip)s", {
|
||||
name: device.display_name,
|
||||
deviceID: deviceId,
|
||||
IP: device.last_seen_ip,
|
||||
ip: device.last_seen_ip,
|
||||
},
|
||||
),
|
||||
acceptLabel: _t("Check your devices"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue