From 2e5abadc6fb9edf1fd36f9110e4a34ef079cd47c Mon Sep 17 00:00:00 2001 From: Brandon Dorner Date: Wed, 12 Jul 2023 12:24:55 -0500 Subject: [PATCH] Fix spelling error VLJs are reporting that their Unassigned tabs are misspelled as "Unassgined" --- client/app/queue/QueueApp.jsx | 2 +- client/app/queue/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',