parent
8629366359
commit
bd6a0a4e35
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ export const AddMapperDialog = (props: AddMapperDialogProps) => {
|
||||||
{isBuiltIn && rows.length === 0 && (
|
{isBuiltIn && rows.length === 0 && (
|
||||||
<ListEmptyState
|
<ListEmptyState
|
||||||
message={t("common:emptyMappers")}
|
message={t("common:emptyMappers")}
|
||||||
instructions={t("common:emptyBuiltInMappersInstructions")}
|
instructions={t("client-scopes:emptyBuiltInMappersInstructions")}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
Loading…
Reference in a new issue