Skip to content
Snippets Groups Projects
Unverified Commit e3ed77ad authored by Joas Schilling's avatar Joas Schilling
Browse files

Rename operations and checks

parent 549f22ab
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<h2 class="inlineblock"><?php p($_['heading']); ?></h2> <h2 class="inlineblock"><?php p($_['heading']); ?></h2>
<script type="text/template" id="operations-template"> <script type="text/template" id="operations-template">
<div class="operations"></div> <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>
<script type="text/template" id="operation-template"> <script type="text/template" id="operation-template">
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</div> </div>
{{/each}} {{/each}}
</div> </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}} {{#if hasChanged}}
{{! reset only makes sense if the operation is already saved }} {{! reset only makes sense if the operation is already saved }}
{{#if operation.id}} {{#if operation.id}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment