Skip to content

Commit

Permalink
Merge pull request #1110 from flexion/962-update-language
Browse files Browse the repository at this point in the history
962: update language (Messages In Progress) on case detail page
  • Loading branch information
rachaelparris authored Mar 14, 2019
2 parents 8fdeb77 + 2456ad4 commit 8b50382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-client/src/views/CaseDetailInternal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const CaseDetailInternal = connect(
<ErrorNotification />

<div>
<h2>Pending Messages</h2>
<h2>Messages in Progress</h2>
{extractedPendingMessages.length === 0 && (
<p>No Pending Messages</p>
)}
Expand Down

0 comments on commit 8b50382

Please sign in to comment.