mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 08:46:35 +00:00
Adjust token relative_date wording (#9138)
This commit is contained in:
parent
7f49f039fd
commit
4f449e2600
@ -3261,8 +3261,8 @@
|
||||
"header": "Refresh Tokens",
|
||||
"description": "Each refresh token represents a login session. Refresh tokens will be automatically removed when you click log out. The following refresh tokens are currently active for your account.",
|
||||
"token_title": "Refresh token for {clientId}",
|
||||
"created_at": "Created at {date}",
|
||||
"last_used": "Last used at {date} from {location}",
|
||||
"created_at": "Created {date}",
|
||||
"last_used": "Last used {date} from {location}",
|
||||
"not_used": "Has never been used",
|
||||
"confirm_delete": "Are you sure you want to delete the refresh token for {name}?",
|
||||
"delete_failed": "Failed to delete the refresh token.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user