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:
Norbert Rittel 2024-11-30 22:32:00 +01:00 committed by GitHub
parent 5ee8bee6dc
commit e10fb3c168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",