Skip to content

Commit

Permalink
Merge branch 'master' of github.com:department-of-veterans-affairs/ca…
Browse files Browse the repository at this point in the history
…seflow
  • Loading branch information
raymond-hughes committed Jul 13, 2023
2 parents 97f1a9d + 291b3dd commit dd103f5
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 dd103f5

Please sign in to comment.