We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb5fe6 commit 8acb9b4Copy full SHA for 8acb9b4
src/authorizations/components/TokenRow.tsx
@@ -87,7 +87,7 @@ class TokensRow extends PureComponent<Props> {
87
<ResourceCard.Meta>
88
<>Created at: {formatter.format(date)}</>
89
<>Owner: {auth.user}</>
90
- <>Last Used: {relativeTimestampFormatter(auth.updatedAt)}</>
+ <>Last Modified: {relativeTimestampFormatter(auth.updatedAt)}</>
91
</ResourceCard.Meta>
92
</FlexBox>
93
</ResourceCard>
0 commit comments