mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 04:16:34 +00:00
Fix inconsistent "remove" in description of refresh tokens (#23073)
As Refresh tokens are created in HA the corresponding verb is "delete", not "remove". All buttons and menu items in this context use the correct verb, except for the description which contains "remove", twice. This commit fixes that.
This commit is contained in:
parent
5ee8bee6dc
commit
e10fb3c168
@ -6897,7 +6897,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. Unused refresh tokens will be automatically removed after 90 days. The following refresh tokens are currently active for your account.",
|
||||
"description": "Each refresh token represents a login session. Refresh tokens will be automatically deleted when you click log out. Unused refresh tokens will be automatically deleted after 90 days. The following refresh tokens are currently active for your account.",
|
||||
"ios_app": "iOS app",
|
||||
"android_app": "Android app",
|
||||
"current_session": "Your current session",
|
||||
|
Loading…
x
Reference in New Issue
Block a user