mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 01:36:03 +02:00
@@ -1195,7 +1195,7 @@ function showDraftMenu(ev: MouseEvent) {
|
||||
if (!canSaveAsServerDraft.value) {
|
||||
return os.alert({
|
||||
type: 'error',
|
||||
text: i18n.ts._drafts.cannotCreateDraftOfRenote,
|
||||
text: i18n.ts._drafts.cannotCreateDraft,
|
||||
});
|
||||
}
|
||||
saveServerDraft();
|
||||
|
||||
Reference in New Issue
Block a user