From 9f328bdee32af4d1743a860e04f634dfdd9a3f86 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 8 Feb 2021 14:24:15 +0200 Subject: [PATCH] Removed duplicate words from translations. --- i18n/en.i18n.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 78b1d6212..6606e4f04 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -936,8 +936,8 @@ "globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*", "globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*", "globalSearch-instructions-operator-due": "`__operator_due__:n` - cards which are due *n* days from now. `__operator_due__:__predicate_overdue__ lists all cards past their due date.", - "globalSearch-instructions-operator-created": "`__operator_created__:n` - cards which which were created *n* days ago", - "globalSearch-instructions-operator-modified": "`__operator_modified__:n` - cards which which were modified *n* days ago", + "globalSearch-instructions-operator-created": "`__operator_created__:n` - cards which were created *n* days ago", + "globalSearch-instructions-operator-modified": "`__operator_modified__:n` - cards which were modified *n* days ago", "globalSearch-instructions-status-archived": "`__operator_status__:__predicate_archived__` - cards that are archived.", "globalSearch-instructions-status-all": "`__operator_status__:__predicate_all__` - all archived and unarchived cards.", "globalSearch-instructions-status-ended": "`__operator_status__:__predicate_ended__` - cards with an end date.",