diff options
| author | Salvatore Gentile <884093+SalGnt@users.noreply.github.com> | 2025-05-25 00:56:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-24 23:56:20 +0100 |
| commit | 8a927e964ae4c601910ab5f7c8d3d2b25e335988 (patch) | |
| tree | 0029019d8580b680bd23a39f4db13c786a3897b1 /apps | |
| parent | 37c18b89ddcdae9010fc00bb7ef717c60bc01df9 (diff) | |
| download | karakeep-8a927e964ae4c601910ab5f7c8d3d2b25e335988.tar.zst | |
feat: Add "deleted" webhook event (#1464)
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/lib/i18n/locales/en_US/translation.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/en_US/translation.json b/apps/web/lib/i18n/locales/en_US/translation.json index f9fee264..a80ecb84 100644 --- a/apps/web/lib/i18n/locales/en_US/translation.json +++ b/apps/web/lib/i18n/locales/en_US/translation.json @@ -205,7 +205,8 @@ "title": "Events", "crawled": "Crawled", "created": "Created", - "edited": "Edited" + "edited": "Edited", + "deleted": "Deleted" }, "auth_token": "Auth Token", "delete_webhook": "Delete Webhook", |
