remove notice from unnecessary partials

This commit is contained in:
John Mitchell
2017-09-25 18:08:42 -04:00
parent 8dae16bc98
commit a6e6298575
2 changed files with 3 additions and 3 deletions

View File

@@ -20,8 +20,7 @@
<div class="Modal-body"> <div class="Modal-body">
<div> <div>
<div class="Prompt-bodyQuery"> <div class="Prompt-bodyQuery">
<span translate>Are you sure you want to disassociate the host below from</span> {{disassociateGroup.name}}?<br /><br /> <span translate>Are you sure you want to disassociate the host below from</span> {{disassociateGroup.name}}?
<span translate>Note that only hosts directly in this group can be disassociated. Hosts in sub-groups must be disassociated directly from the sub-group level that they belong.</span>
</div> </div>
<div class="Prompt-bodyTarget">{{ host.name }}</div> <div class="Prompt-bodyTarget">{{ host.name }}</div>
</div> </div>

View File

@@ -22,7 +22,8 @@
</div> </div>
<div class="Modal-body"> <div class="Modal-body">
<div> <div>
<div class="Prompt-bodyQuery"><translate>Are you sure you want to disassociate the host below from</translate> {{disassociateFrom.name}}?<br /><br /><span translate>Note that only hosts directly in this group can be disassociated. Hosts in sub-groups must be disassociated directly from the sub-group level that they belong.</span></div> <div class="Prompt-bodyQuery">
<translate>Are you sure you want to disassociate the host below from</translate> {{disassociateFrom.name}}?</div>
<div class="Prompt-bodyTarget">{{ toDisassociate.name }}</div> <div class="Prompt-bodyTarget">{{ toDisassociate.name }}</div>
</div> </div>
<div class="Modal-footer"> <div class="Modal-footer">