fix(frontend): 条件により保存できない場合のメッセージを汎用的なものへ (#16238)

Fix #16228
This commit is contained in:
tamaina
2025-07-03 17:59:55 +09:00
committed by GitHub
parent 09a5e4b10a
commit 706244925d
3 changed files with 4 additions and 4 deletions

View File

@@ -3288,7 +3288,7 @@ drafts: "下書き"
_drafts:
select: "下書きを選択"
cannotCreateDraftAnymore: "下書きの作成可能数を超えています。"
cannotCreateDraftOfRenote: "リノートの下書き作成できません。"
cannotCreateDraft: "この内容では下書き作成できません。"
delete: "下書きを削除"
deleteAreYouSure: "下書きを削除しますか?"
noDrafts: "下書きはありません"