PMCORE-2694:ID_ASSIGNEE and ID_DURATION are not translated

This commit is contained in:
fabio
2021-01-14 10:53:58 -04:00
parent df53646f1c
commit d61402f4ff

View File

@@ -155,7 +155,7 @@ export default {
headings: {
task: this.$i18n.t("ID_TASK"),
case_title: this.$i18n.t("ID_CASE_TITLE"),
assignee: this.$i18n.t("ID_ASSIGNEE"),
assignee: this.$i18n.t("ID_CURRENT_USER"),
status: this.$i18n.t("ID_STATUS"),
due_date: this.$i18n.t("ID_DUE_DATE"),
actions: this.$i18n.t("ID_ACTIONS"),