Commit 6bd97bdd authored by jlopez's avatar jlopez
Browse files

Fix typo index

parent b5b935d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -148,9 +148,9 @@ function printPanel($name) {
                        </div>

                        <div class="form-group">
                            <label for="baseNameInput" class="font-weight-bold">Base name :</label>
                            <label for="baseNameInput" class="font-weight-bold">From :</label>
                            <input type="text" class="form-control" id="baseNameInput">
                            <small id="help1" class="form-text text-muted">If name is empty the base name is chosen distribution. </small>
                            <small id="help1" class="form-text text-muted">If from is empty the from is chosen distribution. </small>
                            <small id="help2" class="form-text text-muted">You must make sure that the OS of your base container is compatible with the chosen distribution. </small>
                        </div>