From e10fb3c1680555ffa5ed4841052f227df1cb5e48 Mon Sep 17 00:00:00 2001 From: Norbert Rittel <norbert@rittel.de> Date: Sat, 30 Nov 2024 22:32:00 +0100 Subject: [PATCH] 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. --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 0cdf5a0d7804..b92e6338067f 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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",