From 3855e179a948d935bc5764966a142deacb0b07fc Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 29 Sep 2024 21:11:08 +0200 Subject: [PATCH] fix(filters): clarify usage of reminders in filters --- frontend/src/components/project/partials/FilterInputDocs.vue | 1 + frontend/src/i18n/lang/en.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/project/partials/FilterInputDocs.vue b/frontend/src/components/project/partials/FilterInputDocs.vue index eeea45f92..dd42d8364 100644 --- a/frontend/src/components/project/partials/FilterInputDocs.vue +++ b/frontend/src/components/project/partials/FilterInputDocs.vue @@ -30,6 +30,7 @@ const showDocs = ref(false)
  • assignees: {{ $t('filters.query.help.fields.assignees') }}
  • labels: {{ $t('filters.query.help.fields.labels') }}
  • project: {{ $t('filters.query.help.fields.project') }}
  • +
  • reminders: {{ $t('filters.query.help.fields.reminders') }}
  • {{ $t('filters.query.help.canUseDatemath') }}

    {{ $t('filters.query.help.operators.intro') }}

    diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index 2fc105700..e3c9ce94b 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -458,7 +458,8 @@ "doneAt": "The date and time when the task was completed", "assignees": "The assignees of the task", "labels": "The labels associated with the task", - "project": "The project the task belongs to (only available for saved filters, not on a project level)" + "project": "The project the task belongs to (only available for saved filters, not on a project level)", + "reminders": "The reminders of the task as a date field, will return all tasks with at least one reminder matching the query" }, "operators": { "intro": "The available operators for filtering include:",