fix(status): add qa_passed to legacy display labels #332

Merged
chaim merged 1 commits from worktree-qa-passed-status into main 2026-06-24 15:04:16 +00:00

View File

@@ -74,6 +74,7 @@ const LEGACY_STATUS_LABELS: Record<string, string> = {
ready_for_writing: "מוכן לכתיבה",
drafting: "בכתיבה",
qa_failed: "בדיקת איכות נכשלה",
qa_passed: "טיוטה",
};
/**