Skip to content

Commit e10fb3c

Browse files
authored
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.
1 parent 5ee8bee commit e10fb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6897,7 +6897,7 @@
68976897
},
68986898
"refresh_tokens": {
68996899
"header": "Refresh tokens",
6900-
"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.",
6900+
"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.",
69016901
"ios_app": "iOS app",
69026902
"android_app": "Android app",
69036903
"current_session": "Your current session",

0 commit comments

Comments
 (0)