diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue
index 5169d7bb..1457d803 100644
--- a/components/publish/PublishWidget.vue
+++ b/components/publish/PublishWidget.vue
@@ -300,6 +300,28 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) {
+
+
+
+ -
+ {{ i + 1 }}.
+ {{ error }}
+
+
+
@@ -554,6 +576,7 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) {
{{ $t('action.save_changes') }}
{{ $t('action.reply') }}
+ {{ !isSending ? $t('action.schedule') : $t('state.scheduling') }}
{{ !isSending ? $t('action.publish') : $t('state.publishing') }}
diff --git a/locales/en.json b/locales/en.json
index 80017586..0975e6cf 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -61,6 +61,7 @@
"clear": "Clear",
"clear_publish_failed": "Clear publish errors",
"clear_save_failed": "Clear save errors",
+ "clear_schedule_failed": "Clear schedule errors",
"clear_upload_failed": "Clear file upload errors",
"close": "Close",
"compose": "Compose",
@@ -82,6 +83,7 @@
"reset": "Reset",
"save": "Save",
"save_changes": "Save changes",
+ "schedule": "Schedule",
"sign_in": "Sign in",
"sign_in_to": "Sign in to {0}",
"switch_account": "Switch account",
@@ -612,6 +614,8 @@
"publish_failed": "Publish failed",
"publishing": "Publishing",
"save_failed": "Save failed",
+ "schedule_failed": "Schedule failed",
+ "scheduling": "Scheduling",
"upload_failed": "Upload failed",
"uploading": "Uploading..."
},
@@ -736,6 +740,7 @@
"pick_an_icon": "Pick an icon",
"publish_failed": "Close failed messages at the top of editor to republish posts",
"remove_thread_item": "Remove item from thread",
+ "schedule_failed": "Close failed messages at the top of editor to reschedule posts",
"schedule_post": "Schedule post",
"start_thread": "Start thread",
"toggle_bold": "Toggle bold",