From 433b1e297946ef80c278d3267edc46f33b1ced76 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 12 Sep 2018 15:30:33 +0200 Subject: [PATCH] Fix translation --- 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 b1b75a0f48..63f77ad138 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -749,7 +749,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. Below a list of refresh tokens that 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. The following refresh tokens are currently active for your account.", "token_title": "Refresh token for {clientId}", "created_at": "Created at {date}", "last_used": "Last used at {date} from {location}",