Skip to content

Commit

Permalink
Fix inconsistent "remove" in description of refresh tokens (#23073)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
NoRi2909 authored Nov 30, 2024
1 parent 5ee8bee commit e10fb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e10fb3c

Please sign in to comment.