diff --git a/app/javascript/dashboard/components/helpCenter/ArticleItem.vue b/app/javascript/dashboard/components/helpCenter/ArticleItem.vue index 697fcfeee..252215c8c 100644 --- a/app/javascript/dashboard/components/helpCenter/ArticleItem.vue +++ b/app/javascript/dashboard/components/helpCenter/ArticleItem.vue @@ -1,29 +1,30 @@ diff --git a/app/javascript/dashboard/i18n/locale/en/helpCenter.json b/app/javascript/dashboard/i18n/locale/en/helpCenter.json index 3605814c6..14bd16eda 100644 --- a/app/javascript/dashboard/i18n/locale/en/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/en/helpCenter.json @@ -16,6 +16,13 @@ "SAVED": "Draft saved" }, "TABLE": { + "HEADERS": { + "TITLE": "Title", + "CATEGORY": "Category", + "READ_COUNT": "Read count", + "STATUS": "Status", + "LAST_EDITED": "Last edited" + }, "COLUMNS": { "BY": "by" }