chore: fix typo (#5432)

pull/5414/head^2
Udit Takkar 2022-11-09 21:15:42 +05:30 committed by GitHub
parent 1b23671812
commit 6d42fdb71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -126,6 +126,7 @@
"webhook_updated_successfully": "Webhook updated successfully!",
"webhook_removed_successfully": "Webhook removed successfully!",
"payload_template": "Payload Template",
"payload":"Payload",
"dismiss": "Dismiss",
"no_data_yet": "No data yet",
"ping_test": "Ping test",

View File

@ -217,7 +217,7 @@ const WebhookForm = (props: {
render={({ field: { value } }) => (
<>
<Label className="font-sm mt-8 text-gray-900">
<>{t("event_triggers")}</>
<>{t("payload")}</>
</Label>
<div className="flex rounded-md border">
<div