diff --git a/apps/workflowengine/src/components/Operation.vue b/apps/workflowengine/src/components/Operation.vue
index 5f5fa2ef6d6..b05465c7960 100644
--- a/apps/workflowengine/src/components/Operation.vue
+++ b/apps/workflowengine/src/components/Operation.vue
@@ -5,7 +5,7 @@
{{ operation.name }}
{{ operation.description }}
diff --git a/apps/workflowengine/src/components/Workflow.vue b/apps/workflowengine/src/components/Workflow.vue
index fa352ced9fa..e3a50ae198f 100644
--- a/apps/workflowengine/src/components/Workflow.vue
+++ b/apps/workflowengine/src/components/Workflow.vue
@@ -1,10 +1,10 @@
-
{{ t('workflowengine', 'Available actions') }}
+
{{ t('workflowengine', 'Available flows') }}
- {{ t('workflowengine', 'For details on how to write your own actions, checkout the development documentation') }}
+ {{ t('workflowengine', 'For details on how to write your own flow, check out the development documentation.') }}
@@ -16,7 +16,7 @@
-
{{ t('workflowengine', 'More actions') }}
+ {{ t('workflowengine', 'More flows') }}
{{ t('workflowengine', 'Browse the app store') }}
@@ -30,9 +30,12 @@
-
@@ -98,7 +101,7 @@ export default {
max-width: 100vw;
h2.configured-flows {
- margin-top: 30px;
+ margin-top: 50px;
margin-bottom: 0;
}
}