diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml index a6e4c182..d49bfb96 100644 --- a/i18n/en_US.yaml +++ b/i18n/en_US.yaml @@ -1209,3 +1209,9 @@ ui: title: "History for" show_votes: "Show votes" n_or_a: N/A + title_for: "Timeline for" + title_for_tag: "Title for tag" + datetime: Datetime + type: Type + by: By + comment: Comment diff --git a/ui/src/pages/Timeline/index.tsx b/ui/src/pages/Timeline/index.tsx index 09a344e4..dd27ebd9 100644 --- a/ui/src/pages/Timeline/index.tsx +++ b/ui/src/pages/Timeline/index.tsx @@ -48,8 +48,8 @@ const Index: FC = () => { @@ -71,10 +71,10 @@ const Index: FC = () => { - - - - + + + +
DatetimeTypeByComment{t('datetime')}{t('type')}{t('by')}{t('comment')}