Update toaster message

pull/2072/head
David Disu 3 years ago
parent 57e2f12cc7
commit 4f2153f616
  1. 2
      libs/remix-ui/helper/src/lib/helper-components.tsx

@ -74,7 +74,7 @@ export const storageFullMessage = () => (
<div>
<i className="fas fa-exclamation-triangle text-danger mr-1"></i>
<span className="font-weight-bold">
<span>Cannot save this file due full LocalStorage. Backup existing files and free up some space.</span>
<span>Cannot save this file due to full LocalStorage. Backup existing files and free up some space.</span>
</span>
</div>
)

Loading…
Cancel
Save