]> source.dussan.org Git - nextcloud-server.git/commitdiff
Rename operations and checks
authorJoas Schilling <coding@schilljs.com>
Fri, 5 Aug 2016 13:14:40 +0000 (15:14 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 5 Aug 2016 13:14:40 +0000 (15:14 +0200)
apps/workflowengine/templates/admin.php

index 935e8c70f17ca0a23ba5fdd840ef3d0c2d7c4d34..309df91eaec1979795ee0e4d7767251902bb095d 100644 (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}}