From fa4f4844063ff5241a3b596d8d3838768d4ca3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 3 May 2022 14:40:05 +0200 Subject: [PATCH] :zap: Add i18n to option label --- packages/editor-ui/src/components/ParameterInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/components/ParameterInput.vue b/packages/editor-ui/src/components/ParameterInput.vue index 5afee14963..a3f6d64738 100644 --- a/packages/editor-ui/src/components/ParameterInput.vue +++ b/packages/editor-ui/src/components/ParameterInput.vue @@ -136,7 +136,7 @@ v-if="isSupportedByHttpRequestNode && ['resource', 'operation'].includes(parameter.name)" :key="'customAction'" :value="'customAction'" - :label="'Custom Action'" + :label="$locale.baseText('parameterInput.customAction')" >