This commit is contained in:
Erik Jan de Wit 2021-09-27 11:57:29 +02:00 committed by GitHub
parent 8629366359
commit bd6a0a4e35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,7 +159,7 @@ export const AddMapperDialog = (props: AddMapperDialogProps) => {
{isBuiltIn && rows.length === 0 && (
<ListEmptyState
message={t("common:emptyMappers")}
instructions={t("common:emptyBuiltInMappersInstructions")}
instructions={t("client-scopes:emptyBuiltInMappersInstructions")}
/>
)}
</Modal>