Fix typo
This commit is contained in:
parent
ab4e6584c2
commit
c2bad6133d
|
@ -49,10 +49,10 @@
|
||||||
cancelText="Cancel"
|
cancelText="Cancel"
|
||||||
showCloseIcon={false}
|
showCloseIcon={false}
|
||||||
>
|
>
|
||||||
<Body size="XS"
|
<Body size="XS">
|
||||||
>All your new users can be accessed through the autogenerated passwords.
|
All your new users can be accessed through the autogenerated passwords. Take
|
||||||
Make not of these passwords or download the csv</Body
|
note of these passwords or download the CSV file.
|
||||||
>
|
</Body>
|
||||||
|
|
||||||
<div class="container" on:click={downloadCsvFile}>
|
<div class="container" on:click={downloadCsvFile}>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
Loading…
Reference in New Issue