Skip to content

Commit

Permalink
Merge pull request #18990 from department-of-veterans-affairs/dorner/…
Browse files Browse the repository at this point in the history
…APPEALS-25338

Fix spelling error - "Unassgined" to "Unassigned" - APPEALS/25338
  • Loading branch information
craigrva authored Jul 13, 2023
2 parents f0e85e8 + 59dadc8 commit 291b3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/app/queue/QueueApp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ class QueueApp extends React.PureComponent {
/>
<PageRoute
path="/queue/:userId/assign"
title={`${PAGE_TITLES.UNASSIGED_CASES} | Caseflow`}
title={`${PAGE_TITLES.UNASSIGNED_CASES} | Caseflow`}
render={this.routedTeamQueueList('assign')}
/>

Expand Down
2 changes: 1 addition & 1 deletion client/app/queue/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 291b3dd

Please sign in to comment.