diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-05 15:14:40 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-08-05 15:14:40 +0200 |
commit | e3ed77adcf829e4e496c5bc5d7ccf5776840b7e9 (patch) | |
tree | fb9a2e176e57e491e6378882e1e2be1f8a4bef7e /apps/workflowengine | |
parent | 549f22ab627bdb4937881bcc5b042d3ad674ba2b (diff) | |
download | nextcloud-server-e3ed77adcf829e4e496c5bc5d7ccf5776840b7e9.tar.gz nextcloud-server-e3ed77adcf829e4e496c5bc5d7ccf5776840b7e9.zip |
Rename operations and checks
Diffstat (limited to 'apps/workflowengine')
-rw-r--r-- | apps/workflowengine/templates/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/workflowengine/templates/admin.php b/apps/workflowengine/templates/admin.php index 935e8c70f17..309df91eaec 100644 --- a/apps/workflowengine/templates/admin.php +++ b/apps/workflowengine/templates/admin.php @@ -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}} |