From 4f449e2600d3adfd5636dbafe22c25b991d2252a Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Sat, 8 May 2021 17:30:31 +0200 Subject: [PATCH] Adjust token relative_date wording (#9138) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index ba76e41b0c..548787b150 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3261,8 +3261,8 @@ "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.", "token_title": "Refresh token for {clientId}", - "created_at": "Created at {date}", - "last_used": "Last used at {date} from {location}", + "created_at": "Created {date}", + "last_used": "Last used {date} from {location}", "not_used": "Has never been used", "confirm_delete": "Are you sure you want to delete the refresh token for {name}?", "delete_failed": "Failed to delete the refresh token.",