Skip to content

Commit

Permalink
[Fix][UI] fix ui typo (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxzuo authored Feb 9, 2025
1 parent 0400a78 commit 3db0fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datavines-ui/Editor/components/Database/option.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export const colCol:Col[][] = [[{
dataIndex: 'changeBefore',
key: 'changeBefore',
}, {
title: <FormattedMessage id="jobs_nminute_before" />,
title: <FormattedMessage id="job_after" />,
dataIndex: 'changeAfter',
key: 'changeAfter',
}, {
Expand Down

0 comments on commit 3db0fb4

Please sign in to comment.