@bigbinary/neeto-webhooks-frontend 1.6.25 → 1.7.0-beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/javascript/src/translations/en.json +2 -1
- package/dist/index.cjs.js +590 -447
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +575 -447
- package/dist/index.js.map +1 -1
- package/package.json +17 -14
|
@@ -49,7 +49,8 @@
|
|
|
49
49
|
"title": "Webhooks",
|
|
50
50
|
"description": "All new action event details will be posted to the configured webhook URLs",
|
|
51
51
|
"helpDescription": "Receive a webhook when the specified events take place.",
|
|
52
|
-
"empty": "There are no webhooks
|
|
52
|
+
"empty": "There are no webhooks to show.",
|
|
53
|
+
"emptyHelpText": "What are webhooks?",
|
|
53
54
|
"add": "Add new webhook",
|
|
54
55
|
"endpoint": "Endpoint",
|
|
55
56
|
"event_one": "Event",
|