Skip to content

Commit 404379e

Browse files
committed
Updated translation key in EventDatabaseApiFeedTypeTemplate
1 parent f10920c commit 404379e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/feed-sources/feed-source-type-templates/EventDatabaseApiFeedType.template.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const EventDatabaseApiTemplate = ({ handleInput, formStateObject, t }) => {
88
<FormInput
99
name="host"
1010
type="text"
11-
label={t("dynamic-fields.eventDatabaseApi.host")}
11+
label={t("dynamic-fields.EventDatabaseApiFeedType.host")}
1212
onChange={handleInput}
1313
value={formStateObject.host}
1414
/>

0 commit comments

Comments
 (0)