Skip to content

Commit e547778

Browse files
committed
fix(webhooks): add webhook name label and placeholder to multiple locales in the form
1 parent 8bffd28 commit e547778

28 files changed

+140
-31
lines changed

app/javascript/dashboard/i18n/locale/am/integrations.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"CONTACT_UPDATED": "Contact updated"
3030
}
3131
},
32+
"NAME": {
33+
"LABEL": "Webhook Name",
34+
"PLACEHOLDER": "Example: {webhookExampleName}"
35+
},
3236
"END_POINT": {
3337
"LABEL": "Webhook URL",
3438
"PLACEHOLDER": "Example: {webhookExampleURL}",
@@ -522,4 +526,4 @@
522526
}
523527
}
524528
}
525-
}
529+
}

app/javascript/dashboard/i18n/locale/az/integrations.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"CONTACT_UPDATED": "Contact updated"
3030
}
3131
},
32+
"NAME": {
33+
"LABEL": "Webhook Name",
34+
"PLACEHOLDER": "Example: {webhookExampleName}"
35+
},
3236
"END_POINT": {
3337
"LABEL": "Webhook URL",
3438
"PLACEHOLDER": "Example: {webhookExampleURL}",
@@ -522,4 +526,4 @@
522526
}
523527
}
524528
}
525-
}
529+
}

app/javascript/dashboard/i18n/locale/bg/integrations.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"CONTACT_UPDATED": "Contact updated"
3030
}
3131
},
32+
"NAME": {
33+
"LABEL": "Webhook Name",
34+
"PLACEHOLDER": "Example: {webhookExampleName}"
35+
},
3236
"END_POINT": {
3337
"LABEL": "Webhook URL",
3438
"PLACEHOLDER": "Example: {webhookExampleURL}",
@@ -522,4 +526,4 @@
522526
}
523527
}
524528
}
525-
}
529+
}

app/javascript/dashboard/i18n/locale/da/integrations.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"CONTACT_UPDATED": "Contact updated"
3030
}
3131
},
32+
"NAME": {
33+
"LABEL": "Webhook Name",
34+
"PLACEHOLDER": "Example: {webhookExampleName}"
35+
},
3236
"END_POINT": {
3337
"LABEL": "Webhook URL",
3438
"PLACEHOLDER": "Example: {webhookExampleURL}",
@@ -522,4 +526,4 @@
522526
}
523527
}
524528
}
525-
}
529+
}

app/javascript/dashboard/i18n/locale/en/integrations.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"CONTACT_UPDATED": "Contact updated"
3030
}
3131
},
32+
"NAME": {
33+
"LABEL": "Webhook Name",
34+
"PLACEHOLDER": "Example: {webhookExampleName}"
35+
},
3236
"END_POINT": {
3337
"LABEL": "Webhook URL",
3438
"PLACEHOLDER": "Example: {webhookExampleURL}",
@@ -183,7 +187,10 @@
183187
"LIST": {
184188
"404": "There are no dashboard apps configured on this account yet",
185189
"LOADING": "Fetching dashboard apps...",
186-
"TABLE_HEADER": { "NAME": "Name", "ENDPOINT": "Endpoint" },
190+
"TABLE_HEADER": {
191+
"NAME": "Name",
192+
"ENDPOINT": "Endpoint"
193+
},
187194
"EDIT_TOOLTIP": "Edit app",
188195
"DELETE_TOOLTIP": "Delete app"
189196
},
@@ -415,7 +422,6 @@
415422
"SUCCESS_MESSAGE": "The document has been successfully deleted",
416423
"ERROR_MESSAGE": "There was an error deleting the document, please try again."
417424
},
418-
419425
"OPTIONS": {
420426
"VIEW_RELATED_RESPONSES": "View Related Responses",
421427
"DELETE_DOCUMENT": "Delete Document"
@@ -466,7 +472,6 @@
466472
"PLACEHOLDER": "Enter the answer here",
467473
"ERROR": "Please provide a valid answer."
468474
},
469-
470475
"ASSISTANT": {
471476
"LABEL": "Assistant",
472477
"PLACEHOLDER": "Select an assistant",
@@ -521,4 +526,4 @@
521526
}
522527
}
523528
}
524-
}
529+
}

app/javascript/dashboard/i18n/locale/hi/integrations.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"CONTACT_UPDATED": "Contact updated"
3030
}
3131
},
32+
"NAME": {
33+
"LABEL": "Webhook Name",
34+
"PLACEHOLDER": "Example: {webhookExampleName}"
35+
},
3236
"END_POINT": {
3337
"LABEL": "Webhook URL",
3438
"PLACEHOLDER": "Example: {webhookExampleURL}",
@@ -522,4 +526,4 @@
522526
}
523527
}
524528
}
525-
}
529+
}

app/javascript/dashboard/i18n/locale/hr/integrations.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"CONTACT_UPDATED": "Contact updated"
3030
}
3131
},
32+
"NAME": {
33+
"LABEL": "Webhook Name",
34+
"PLACEHOLDER": "Example: {webhookExampleName}"
35+
},
3236
"END_POINT": {
3337
"LABEL": "Webhook URL",
3438
"PLACEHOLDER": "Example: {webhookExampleURL}",
@@ -522,4 +526,4 @@
522526
}
523527
}
524528
}
525-
}
529+
}

app/javascript/dashboard/i18n/locale/hu/integrations.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"CONTACT_UPDATED": "Kontakt frissítve"
3030
}
3131
},
32+
"NAME": {
33+
"LABEL": "Webhook Name",
34+
"PLACEHOLDER": "Example: {webhookExampleName}"
35+
},
3236
"END_POINT": {
3337
"LABEL": "Webhook URL",
3438
"PLACEHOLDER": "Example: {webhookExampleURL}",
@@ -522,4 +526,4 @@
522526
}
523527
}
524528
}
525-
}
529+
}

app/javascript/dashboard/i18n/locale/hy/integrations.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"CONTACT_UPDATED": "Contact updated"
3030
}
3131
},
32+
"NAME": {
33+
"LABEL": "Webhook Name",
34+
"PLACEHOLDER": "Example: {webhookExampleName}"
35+
},
3236
"END_POINT": {
3337
"LABEL": "Webhook URL",
3438
"PLACEHOLDER": "Example: {webhookExampleURL}",
@@ -522,4 +526,4 @@
522526
}
523527
}
524528
}
525-
}
529+
}

app/javascript/dashboard/i18n/locale/is/integrations.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"CONTACT_UPDATED": "Contact updated"
3030
}
3131
},
32+
"NAME": {
33+
"LABEL": "Webhook Name",
34+
"PLACEHOLDER": "Example: {webhookExampleName}"
35+
},
3236
"END_POINT": {
3337
"LABEL": "Webhook URL",
3438
"PLACEHOLDER": "Example: {webhookExampleURL}",
@@ -522,4 +526,4 @@
522526
}
523527
}
524528
}
525-
}
529+
}

0 commit comments

Comments
 (0)