PMCORE-3385:"Case Title" and "Task Thread Title" should be Corrected as in the PRD is "Case Thread Title" Build PMCORE_3.7.0
This commit is contained in:
@@ -551,10 +551,10 @@ export default {
|
||||
type: "CaseTitle",
|
||||
id: "caseTitle",
|
||||
title: `${this.$i18n.t("ID_FILTER")}: ${this.$i18n.t(
|
||||
"ID_BY_TASK_THREAD_TITLE"
|
||||
"ID_BY_CASE_THREAD_TITLE"
|
||||
)}`,
|
||||
optionLabel: this.$i18n.t("ID_BY_TASK_THREAD_TITLE"),
|
||||
tagPrefix: this.$i18n.t("ID_SEARCH_BY_TASK_THREAD_TITLE"),
|
||||
optionLabel: this.$i18n.t("ID_BY_CASE_THREAD_TITLE"),
|
||||
tagPrefix: this.$i18n.t("ID_SEARCH_BY_CASE_THREAD_TITLE"),
|
||||
detail: "",
|
||||
tagText: "",
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user