Skip to content

Commit

Permalink
translate function invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
pnzrr committed Aug 10, 2023
1 parent 5aa3c95 commit ad18ae5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion js/apps/admin-ui/src/phaseII/orgs/form/NewOrg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ export const NewOrg = () => {
label={t("domains")}
fieldId="domains"
labelIcon={
<HelpItem helpText="orgs:domainHelp" fieldLabelId="orgs:domain" />
<HelpItem
helpText={t("orgs:domainHelp")}
fieldLabelId={t("orgs:domain")}
/>
}
>
<MultiLineInput
Expand Down
5 changes: 4 additions & 1 deletion js/apps/admin-ui/src/phaseII/orgs/form/OrgFields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ export const OrgFields = () => {
label={t("domains")}
fieldId="domains"
labelIcon={
<HelpItem helpText="orgs:domainHelp" fieldLabelId="orgs:domain" />
<HelpItem
helpText={t("orgs:domainHelp")}
fieldLabelId={t("orgs:domain")}
/>
}
>
<MultiLineInput
Expand Down

0 comments on commit ad18ae5

Please sign in to comment.