Skip to content

Commit

Permalink
fix: The form node submission button has not been internationalized (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 authored Feb 9, 2025
1 parent e1f6502 commit 44dd952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/markdown/FormRander.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:type="is_submit ? 'info' : 'primary'"
:disabled="is_submit || disabled"
@click="submit"
>提交</el-button
>{{$t('common.submit')}}</el-button
>
</div>
</template>
Expand Down

0 comments on commit 44dd952

Please sign in to comment.