Skip to content

Commit

Permalink
Updated translation key in NotifiedFeedTypeTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Nov 4, 2024
1 parent 404379e commit 0544c35
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 NotifiedFeedTypeTemplate = ({ handleInput, formStateObject, t }) => {
<FormInput
name="token"
type="text"
label={t("dynamic-fields.AppFeedNotifiedFeedType.token")}
label={t("dynamic-fields.NotifiedFeedType.token")}
onChange={handleInput}
value={formStateObject.token}
/>
Expand Down

0 comments on commit 0544c35

Please sign in to comment.