diff --git a/libs/remix-ui/helper/src/lib/helper-components.tsx b/libs/remix-ui/helper/src/lib/helper-components.tsx index daa07cc110..65ff10608a 100644 --- a/libs/remix-ui/helper/src/lib/helper-components.tsx +++ b/libs/remix-ui/helper/src/lib/helper-components.tsx @@ -3,10 +3,9 @@ import React from 'react' export const fileChangedToastMsg = (from: string, path: string) => (
- {from} - + {from} is modifying - {path} + {path}
) @@ -52,4 +51,4 @@ export const sourceVerificationNotAvailableToastMsg = () => (
Source verification plugin not activated or not available. continuing without source code debugging.
-) \ No newline at end of file +)