Fixed typo in create tenant screen (#1829)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2022-04-11 20:13:37 -06:00
committed by GitHub
parent 564cfa2201
commit dc5b1963ae

View File

@@ -253,7 +253,7 @@ const ConfigLogSearch = ({
<div className={classes.headerElement}>
<h3 className={classes.h3Section}>Audit Log</h3>
<span className={classes.descriptionText}>
Audit log deploys a small PostgreSQL database and store access logs of
Audit log deploys a small PostgreSQL database and stores access logs of
all calls into the tenant.
</span>
</div>