Skip to content

Commit 8acb9b4

Browse files
authored
fix(tokens): changed last used to last modified (#4862)
1 parent 6fb5fe6 commit 8acb9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/authorizations/components/TokenRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class TokensRow extends PureComponent<Props> {
8787
<ResourceCard.Meta>
8888
<>Created at: {formatter.format(date)}</>
8989
<>Owner: {auth.user}</>
90-
<>Last Used: {relativeTimestampFormatter(auth.updatedAt)}</>
90+
<>Last Modified: {relativeTimestampFormatter(auth.updatedAt)}</>
9191
</ResourceCard.Meta>
9292
</FlexBox>
9393
</ResourceCard>

0 commit comments

Comments
 (0)