diff --git a/client/app/queue/QueueApp.jsx b/client/app/queue/QueueApp.jsx index f78d4574909..f1b6d83a52c 100644 --- a/client/app/queue/QueueApp.jsx +++ b/client/app/queue/QueueApp.jsx @@ -719,7 +719,7 @@ class QueueApp extends React.PureComponent { /> diff --git a/client/app/queue/constants.js b/client/app/queue/constants.js index 7fa63f479e9..f02c465abb3 100644 --- a/client/app/queue/constants.js +++ b/client/app/queue/constants.js @@ -179,7 +179,7 @@ export const PAGE_TITLES = { ATTORNEY: 'Select Remand Reasons' }, REVIEW_CASES: 'Review Cases', - UNASSIGED_CASES: 'Unassgined Cases', + UNASSIGNED_CASES: 'Unassigned Cases', CASE_DETAILS: 'Case Details', DRAFT_DECISION: 'Draft Decision', EVALUATE_DECISION: 'Evaluate Decision',