We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb8cc0 commit 34b5422Copy full SHA for 34b5422
packages/frontend/src/components/MkPostForm.vue
@@ -265,7 +265,7 @@ const placeholder = computed((): string => {
265
});
266
267
const submitText = computed((): string => {
268
- if (scheduledTime.value) {
+ if (scheduledTime.value) {
269
return i18n.ts.schedule;
270
} else if (renote.value) {
271
return i18n.ts.quote;
0 commit comments