Skip to content

Commit 56fbc3e

Browse files
committed
Fix incorrect description for project instance limits
1 parent 13247a3 commit 56fbc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/modals/projects/createProject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<tbody>
115115
<tr>
116116
<td> Instance Limit </td>
117-
<td> Maximum value of aggregate disk space used by all instances volumes, custom volumes and images of the project </td>
117+
<td> Maximum number of total instances that can be created in the project </td>
118118
<td>
119119
<input name="limits.instances" class="form-control" />
120120
</td>

0 commit comments

Comments
 (0)