Skip to content

Commit

Permalink
Updated translation key in EventDatabaseApiFeedTypeTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Nov 4, 2024
1 parent f10920c commit 404379e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const EventDatabaseApiTemplate = ({ handleInput, formStateObject, t }) => {
<FormInput
name="host"
type="text"
label={t("dynamic-fields.eventDatabaseApi.host")}
label={t("dynamic-fields.EventDatabaseApiFeedType.host")}
onChange={handleInput}
value={formStateObject.host}
/>
Expand Down

0 comments on commit 404379e

Please sign in to comment.