From 9721bbf12b0c66fa22da5018ad417f5ccebd3800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Mon, 9 Jan 2023 22:31:30 +0800 Subject: [PATCH] refactor: change publish button text for replying --- components/publish/PublishWidget.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue index c740c7e0..2ac061e2 100644 --- a/components/publish/PublishWidget.vue +++ b/components/publish/PublishWidget.vue @@ -364,7 +364,9 @@ const isPublishDisabled = computed(() => { aria-describedby="publish-tooltip" @click="publish" > - {{ !draft.editingStatus ? $t('action.publish') : $t('action.save_changes') }} + {{ $t('action.save_changes') }} + {{ $t('action.reply') }} + {{ $t('action.publish') }}