Rename operations and checks

This commit is contained in:
Joas Schilling 2016-08-05 15:14:40 +02:00 committed by Bjoern Schiessle
parent 99494925fe
commit 1f527576a4
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<h2 class="inlineblock"><?php p($_['heading']); ?></h2>
<script type="text/template" id="operations-template">
<div class="operations"></div>
<button class="button-add-operation"><?php p($l->t('Add operation')); ?></button>
<button class="button-add-operation"><?php p($l->t('Add rule group')); ?></button>
</script>
<script type="text/template" id="operation-template">
@ -56,7 +56,7 @@
</div>
{{/each}}
</div>
<button class="button-add"><?php p($l->t('Add check')); ?></button>
<button class="button-add"><?php p($l->t('Add rule')); ?></button>
{{#if hasChanged}}
{{! reset only makes sense if the operation is already saved }}
{{#if operation.id}}