1
mirror of https://github.com/home-assistant/frontend synced 2024-09-28 00:43:28 +02:00

Add info about removing of unused tokens (#19479)

add info about removing of unused tokens
This commit is contained in:
Michael 2024-01-25 18:21:52 +01:00 committed by GitHub
parent 973752b974
commit 1f9e919762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5861,7 +5861,7 @@
},
"refresh_tokens": {
"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.",
"description": "Each refresh token represents a login session. Refresh tokens will be automatically removed when you click log out. Unused refresh tokens will be automatically removed after 90 days. The following refresh tokens are currently active for your account.",
"token_title": "Refresh token for {clientId}",
"created_at": "Created {date}",
"last_used": "Last used {date} from {location}",