From f0bc2eb86e5b232dcf2146aafdf26afb8010d415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 20 Dec 2021 15:30:27 +0100 Subject: [PATCH] :zap: Add missing method call --- packages/editor-ui/src/components/ExecutionsList.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/editor-ui/src/components/ExecutionsList.vue b/packages/editor-ui/src/components/ExecutionsList.vue index 591eb4ce59..af547d51f2 100644 --- a/packages/editor-ui/src/components/ExecutionsList.vue +++ b/packages/editor-ui/src/components/ExecutionsList.vue @@ -77,6 +77,9 @@
+ + {{ $locale.baseText('executionsList.waiting') }} + {{ $locale.baseText('executionsList.running') }}