aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib
diff options
context:
space:
mode:
authorAndrii Mokhovyk <andrii.mokhovyk@gmail.com>2026-01-18 16:36:49 +0200
committerGitHub <noreply@github.com>2026-01-18 14:36:49 +0000
commitc56cf4e24f6134547fb9c5b58eb20840f5083e9e (patch)
treeec9792cfcc6cbc6e45490d02e140b9241dca3fae /apps/web/lib
parent1b98014d6cb0e3eb824d58ccbd35f39864e6ec88 (diff)
downloadkarakeep-c56cf4e24f6134547fb9c5b58eb20840f5083e9e.tar.zst
feat(rules): add "Title Contains" condition to Rule Engine (#1670) (#2354)
* feat(rules): add "Title Contains" condition to Rule Engine (#1670) * feat(rules): hide title conditions for bookmark created trigger * fix typecheck
Diffstat (limited to 'apps/web/lib')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json
index 315564d7..4363f660 100644
--- a/apps/web/lib/i18n/locales/en/translation.json
+++ b/apps/web/lib/i18n/locales/en/translation.json
@@ -356,6 +356,8 @@
"always": "Always",
"url_contains": "URL Contains",
"url_does_not_contain": "URL Does Not Contain",
+ "title_contains": "Title Contains",
+ "title_does_not_contain": "Title Does Not Contain",
"imported_from_feed": "Imported From Feed",
"bookmark_type_is": "Bookmark Type Is",
"has_tag": "Has Tag",