Skip to content

Commit

Permalink
chore(CHYT): better names for MetaTable [YTFRONT-3683]
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-efremoff committed Dec 22, 2023
1 parent ce89447 commit 435ba75
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ function ChytCliqueMetaTable() {
key: 'Creator',
value: creator ? <UserCard userName={creator} /> : format.NO_VALUE,
},
{key: 'Modification time', value: format.DateTime(speclet_modification_time)},
{key: 'Speclet changed', value: format.DateTime(speclet_modification_time)},
{
key: 'SB modification time',
key: 'Handled by ctl',
value: format.DateTime(strawberry_state_modification_time),
},
],
Expand Down

0 comments on commit 435ba75

Please sign in to comment.