Merge pull request 'fix(status): add qa_passed to legacy display labels' (#332) from worktree-qa-passed-status into main
This commit was merged in pull request #332.
This commit is contained in:
@@ -74,6 +74,7 @@ const LEGACY_STATUS_LABELS: Record<string, string> = {
|
|||||||
ready_for_writing: "מוכן לכתיבה",
|
ready_for_writing: "מוכן לכתיבה",
|
||||||
drafting: "בכתיבה",
|
drafting: "בכתיבה",
|
||||||
qa_failed: "בדיקת איכות נכשלה",
|
qa_failed: "בדיקת איכות נכשלה",
|
||||||
|
qa_passed: "טיוטה",
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user