From 44dd952d3b19dc4916806c38b1bb7af929006205 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Sun, 9 Feb 2025 19:22:26 +0800 Subject: [PATCH] fix: The form node submission button has not been internationalized (#2180) --- ui/src/components/markdown/FormRander.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/markdown/FormRander.vue b/ui/src/components/markdown/FormRander.vue index 22fee6f64..96c743809 100644 --- a/ui/src/components/markdown/FormRander.vue +++ b/ui/src/components/markdown/FormRander.vue @@ -14,7 +14,7 @@ :type="is_submit ? 'info' : 'primary'" :disabled="is_submit || disabled" @click="submit" - >提交{{$t('common.submit')}}