Remove an unnecessary question mark
This commit is contained in:
parent
af78631ec8
commit
78e44332b5
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
<div class="modal-icon"><i class="fa fa-ban" aria-hidden="true"></i></div>
|
||||
<h4 class="modal-title" id="ModalLabel">{% trans "Terminate your Virtual Machine" %}</h4>
|
||||
<div class="modal-text">
|
||||
<p>{% trans "Terminated VM can not be revived and will not be refunded. Do you want to terminate your VM?" %} ?</p>
|
||||
<p>{% trans "Terminated VM can not be revived and will not be refunded. Do you want to terminate your VM?" %}</p>
|
||||
<p><strong>{{virtual_machine.name}}</strong></p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
|
Loading…
Reference in a new issue