mirror of https://gitee.com/bigwinds/arangodb
fixed typo in labels
This commit is contained in:
parent
1a387513da
commit
834706f9e7
|
@ -10,7 +10,7 @@
|
|||
<th class="collectionTh"><input type="text" id="change-collection-name" name="name" value=""/></th>
|
||||
</tr>
|
||||
<tr id="collectionSizeBox" style="display:none">
|
||||
<th class="collectionTh">Journa-Size:</th>
|
||||
<th class="collectionTh">Journal size:</th>
|
||||
<th class="collectionTh"><input type="text" id="change-collection-size" name="size" value=""/></th>
|
||||
<th><a class="modalTooltips" title="The maximal size of a journal or datafile. Must be at least 1(MB)."><i class="icon-info-sign"></i></a></th>
|
||||
</tr>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<div class="accordion-inner">
|
||||
<table>
|
||||
<tr>
|
||||
<th class="collectionTh">Journa-Size:</th>
|
||||
<th class="collectionTh">Journal size:</th>
|
||||
<th><input type="text" id="new-collection-size" name="size" value=""/></th>
|
||||
<th><a class="modalTooltips" title="The maximal size of a journal or datafile. Must be at least 1(MB)."><i class="icon-info-sign"></i></a></th>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue