|
@@ -249,7 +249,7 @@ class Point extends Model
|
|
|
} elseif ($point->removed_in_note_id === $note->id && $point->removal_reason_category === 'ON_INTAKE') {
|
|
|
$point->badge = 'Marked Removed on Intake';
|
|
|
} elseif ($point->removed_in_note_id !== $note->id) {
|
|
|
- $point->badge = 'Historic Record Removed In A Previous Visit';
|
|
|
+ $point->badge = 'Historic Record Removed In Previous Visit';
|
|
|
}
|
|
|
} elseif ($point->state === 'ENTRY_ERROR') {
|
|
|
if ($point->removed_in_note_id === $note->id) {
|