1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 15:15:22 +00:00

Fix typos

This commit is contained in:
Jacco Koning 2016-05-30 14:31:43 +02:00 committed by Ing. Jan KRCMAR
parent 3666ff0738
commit 14e8418472
2 changed files with 5 additions and 5 deletions

View file

@ -239,7 +239,7 @@
</div> </div>
{% else %} {% else %}
<div class="col-lg-12"> <div class="col-lg-12">
<h3 class="page-header">{% trans "Create from flover" %}</h3> <h3 class="page-header">{% trans "Create from flavor" %}</h3>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-bordered table-hover"> <table class="table table-bordered table-hover">
<thead> <thead>

View file

@ -35,16 +35,16 @@
{% trans "Close" %} {% trans "Close" %}
</button> </button>
{% if computes %} {% if computes %}
<button type="submit" class="btn btn-primary" name="chose" onclick='goto_compute()'> <button type="submit" class="btn btn-primary" name="choose" onclick='goto_compute()'>
{% trans "Chose" %} {% trans "Choose" %}
</button> </button>
{% else %} {% else %}
<button class="btn btn-primary disabled"> <button class="btn btn-primary disabled">
{% trans "Chose" %} {% trans "Choose" %}
</button> </button>
{% endif %} {% endif %}
</div> </div>
</div> <!-- /.modal-content --> </div> <!-- /.modal-content -->
</div> <!-- /.modal-dialog --> </div> <!-- /.modal-dialog -->
</div> <!-- /.modal --> </div> <!-- /.modal -->
{% endif %} {% endif %}