Skip to content

Commit 0544c35

Browse files
committed
Updated translation key in NotifiedFeedTypeTemplate
1 parent 404379e commit 0544c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)