diff --git a/web/src/components/storage/iscsi/AuthFields.jsx b/web/src/components/storage/iscsi/AuthFields.jsx index 6b43c84127..09cebbbcd8 100644 --- a/web/src/components/storage/iscsi/AuthFields.jsx +++ b/web/src/components/storage/iscsi/AuthFields.jsx @@ -24,6 +24,7 @@ import { FormGroup, TextInput } from "@patternfly/react-core"; import { Fieldset } from "~/components/core"; import { Icon } from "~/components/layout"; +import { _ } from "~/i18n"; export default function AuthFields({ data, onChange, onValidate }) { const onUsernameChange = v => onChange("username", v); @@ -66,62 +67,62 @@ export default function AuthFields({ data, onChange, onValidate }) { size="16" style={{ verticalAlign: "text-bottom", marginRight: "0.3em" }} /> - Only available if authentication by target is provided + {_("Only available if authentication by target is provided")}
); }; return ( <> -