From 054f8044271a635ce1799a3532fa6d4f38f1c0f1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 10 Nov 2021 22:38:51 +0100 Subject: [PATCH] fix: typo in quick actions translation --- src/i18n/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 3d684db7e..e8fd95bd1 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -792,7 +792,7 @@ "quickActions": { "commands": "Commands", "placeholder": "Type a command or search…", - "hint": "You can use # to only seach for tasks, * to only search for lists and @ to only search for teams.", + "hint": "You can use # to only search for tasks, * to only search for lists and @ to only search for teams.", "tasks": "Tasks", "lists": "Lists", "teams": "Teams",