diff --git a/client/src/components/History/HistoryPublishedList.vue b/client/src/components/History/HistoryPublishedList.vue index 3bb12d467a2d..9646e3a3c3d0 100644 --- a/client/src/components/History/HistoryPublishedList.vue +++ b/client/src/components/History/HistoryPublishedList.vue @@ -35,7 +35,7 @@ const fields = [ { key: "name", sortable: true }, { key: "annotation", sortable: false }, { label: "Owner", key: "username", sortable: false }, - { label: "Community Tags", key: "tags", sortable: false }, + { label: "Tags", key: "tags", sortable: false }, { label: "Last Updated", key: "update_time", sortable: true }, ]; @@ -210,7 +210,7 @@ watch([filterText, sortBy, sortDesc], () => {