I18n nogo areas errors (#413)

This commit is contained in:
Gautier P 2021-05-13 17:02:18 +02:00 committed by GitHub
parent 2aa840acda
commit 5e14484302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 19 deletions

View file

@ -711,7 +711,6 @@
</button>
</div>
<div class="modal-body">
<p id="nogoError" class="invalid-feedback" style="display: none"></p>
<form name="loadNogosForm" id="loadNogosForm">
<fieldset>
<legend data-i18n="loadNogos.source">Source</legend>
@ -795,6 +794,8 @@
</form>
</div>
<div class="modal-footer">
<p id="nogoError" class="invalid-feedback" style="display: none"></p>
<button type="button" class="btn btn-secondary" data-i18n="modal.close" data-dismiss="modal">
Close
</button>