Change text: 'Terminated VM can not ...' -> 'Terminated VMs can not ...'

This commit is contained in:
PCoder 2018-08-24 11:57:54 +02:00
commit 144a780105
2 changed files with 5 additions and 5 deletions

View file

@ -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 VMs 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">