Skip to content

Commit dc5b196

Browse files
authored
Fixed typo in create tenant screen (#1829)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
1 parent 564cfa2 commit dc5b196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal-ui/src/screens/Console/Tenants/AddTenant/Steps/ConfigLogSearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const ConfigLogSearch = ({
253253
<div className={classes.headerElement}>
254254
<h3 className={classes.h3Section}>Audit Log</h3>
255255
<span className={classes.descriptionText}>
256-
Audit log deploys a small PostgreSQL database and store access logs of
256+
Audit log deploys a small PostgreSQL database and stores access logs of
257257
all calls into the tenant.
258258
</span>
259259
</div>

0 commit comments

Comments
 (0)