diff --git a/ui/core/components/importers.tsx b/ui/core/components/importers.tsx index a42a9e1e5a..a204096ce3 100644 --- a/ui/core/components/importers.tsx +++ b/ui/core/components/importers.tsx @@ -513,7 +513,13 @@ export class IndividualAddonImporter extends Importer { if (warningRef.value) new Toast({ title: 'Reforging issues', - body: 'There are known issues with Reforging when using the WSE addon. Always make sure to double check your reforges.', + body: ( + <> + There are known issues with Reforging when using the WSE addon. +
+ Always make sure to double check your reforges after importing. + + ), additionalClasses: ['toast-import-warning'], container: warningRef.value, variant: 'warning',