Merge pull request 'fix(status): add qa_passed to legacy display labels' (#332) from worktree-qa-passed-status into main
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 45s
G12 Leak-Guard / leak-guard (push) Successful in 4s
Lint — undefined names / undefined-names (push) Successful in 11s

This commit was merged in pull request #332.
This commit is contained in:
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: "טיוטה",
};
/**