From d57851fa4ca4015d010d58ae7c973bf0eee7641b Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Thu, 26 Oct 2023 16:26:45 +0530 Subject: [PATCH] Improved: added translation for runtime label (#620) --- src/components/BatchModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BatchModal.vue b/src/components/BatchModal.vue index abbb8f6b..2ccb12ef 100644 --- a/src/components/BatchModal.vue +++ b/src/components/BatchModal.vue @@ -70,7 +70,7 @@ {{ $t('Run time') }} - {{ runTime.label }} + {{ $t(runTime.label) }}