Fixed subheading in the dialog (#2855)
This commit is contained in:
parent
05f5dc3d5b
commit
25faa1366c
1 changed files with 3 additions and 1 deletions
|
@ -90,7 +90,9 @@ export const AddMapperDialog = (props: AddMapperDialogProps) => {
|
|||
variant={ModalVariant.medium}
|
||||
header={
|
||||
<TextContent>
|
||||
<Text component={TextVariants.h1}>{t("addPredefinedMappers")}</Text>
|
||||
<Text component={TextVariants.h1}>
|
||||
{isBuiltIn ? t("addPredefinedMappers") : t("emptySecondaryAction")}
|
||||
</Text>
|
||||
<Text>{t("predefinedMappingDescription")}</Text>
|
||||
</TextContent>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue