From 8522eb9b0d50a00118c8f5dcace46f2238e3271e Mon Sep 17 00:00:00 2001
From: kolaente
Date: Wed, 30 Oct 2024 14:30:10 +0100
Subject: [PATCH] docs(filters): fix typos with filter query docs
---
frontend/src/components/date/DatemathHelp.vue | 6 +++---
frontend/src/i18n/lang/en.json | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/frontend/src/components/date/DatemathHelp.vue b/frontend/src/components/date/DatemathHelp.vue
index 946dc6169..e9466010d 100644
--- a/frontend/src/components/date/DatemathHelp.vue
+++ b/frontend/src/components/date/DatemathHelp.vue
@@ -36,9 +36,9 @@
{{ $t('misc.forExample') }}
- +1d {{ $t('input.datemathHelp.add1Day') }}
- -1d {{ $t('input.datemathHelp.minus1Day') }}
- /d {{ $t('input.datemathHelp.roundDay') }}
+ +1d: {{ $t('input.datemathHelp.add1Day') }}
+ -1d: {{ $t('input.datemathHelp.minus1Day') }}
+ /d: {{ $t('input.datemathHelp.roundDay') }}
{{ $t('input.datemathHelp.supportedUnits') }}
diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json
index 7d132a360..133c7a228 100644
--- a/frontend/src/i18n/lang/en.json
+++ b/frontend/src/i18n/lang/en.json
@@ -447,7 +447,7 @@
"help": {
"intro": "To filter tasks, you can use a query syntax similar to SQL. The available fields for filtering include:",
"link": "How does this work?",
- "canUseDatemath": "You can date math to set relative dates. Click on the date value in a query to find out more.",
+ "canUseDatemath": "You can use date math to set relative dates. Click on the date value in a query to find out more.",
"fields": {
"done": "Whether the task is completed or not",
"priority": "The priority level of the task (1-5)",