From 7a96adf957b472ee6bd31925a9c7e20ca282ee02 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 6 Feb 2021 17:02:56 +0200 Subject: [PATCH] Removed duplicate word from translations. Thanks to translators! --- i18n/en.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index d57380ec6..78b1d6212 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -928,7 +928,7 @@ "globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title", "globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title", "globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title", - "globalSearch-instructions-operator-comment": "`__operator_comment__:text` - cards with with a comment containing *text*.", + "globalSearch-instructions-operator-comment": "`__operator_comment__:text` - cards with a comment containing *text*.", "globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name", "globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`", "globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",