From 1f9e919762ac4b967438180ab9fed92505f2e40b Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:21:52 +0100 Subject: [PATCH] Add info about removing of unused tokens (#19479) add info about removing of unused tokens --- 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 8f4892bd6368..d95f315f86be 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -5861,7 +5861,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. The following refresh tokens are currently active for your account.", + "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.", "token_title": "Refresh token for {clientId}", "created_at": "Created {date}", "last_used": "Last used {date} from {location}",