Skip to content

Commit ce2548e

Browse files
authored
feat: replacing created by with owner (#3977)
1 parent 3aaf26a commit ce2548e

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
@@ -82,7 +82,7 @@ class TokensRow extends PureComponent<Props> {
8282
/>
8383
<ResourceCard.Meta>
8484
<>Created at: {formatter.format(date)}</>
85-
<>Created by: {auth.user}</>
85+
<>Owner: {auth.user}</>
8686
<>Last Used: {relativeTimestampFormatter(auth.updatedAt)}</>
8787
</ResourceCard.Meta>
8888
</FlexBox>

0 commit comments

Comments
 (0)