Explorar o código

Review/plan "updated" text fix

Vijayakrishnan %!s(int64=3) %!d(string=hai) anos
pai
achega
07478f937f

+ 1 - 1
resources/views/app/patient/note/hpi-log.blade.php

@@ -5,7 +5,7 @@
             <?php $numReviews++; ?>
             <div class="border mb-3">
                 <div class="border-bottom p-2">
-                    <span class="text-secondary text-sm">Reviewed on </span>
+                    <span class="text-secondary text-sm">Updated on </span>
                     @if($record->client->core_note_id !== $record->note->id)
                         <a native target="_blank" class="text-sm"
                            href="<?= route('patients.view.notes.view.dashboard', ['patient' => $record->client, 'note' => $record->note]) ?>">

+ 2 - 2
resources/views/app/patient/note/last-hpi.blade.php

@@ -10,10 +10,10 @@
     </div>
 
     <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
-    <span class="text-sm">(reviewed on the patient's chart)</span>
+    <span class="text-sm">(updated on the patient's chart)</span>
     <?php else: ?>
     <?php if ($point->last_child_review_point_scoped_note_id === $note->id): ?>
-    <span class="text-sm">(reviewed on this note)</span>
+    <span class="text-sm">(updated on this note)</span>
     <?php else: ?>
     <a native target="_blank"
        href="<?= route('patients.view.notes.view.dashboard', ['patient' => $patient, 'note' => $point->lastChildReviewNote]) ?>">

+ 1 - 1
resources/views/app/patient/note/review-log.blade.php

@@ -5,7 +5,7 @@
             <?php $numReviews++; ?>
             <div class="border mb-3">
                 <div class="border-bottom p-2">
-                    <span class="text-secondary text-sm">Reviewed on </span>
+                    <span class="text-secondary text-sm">Updated on </span>
                     @if($record->client->core_note_id !== $record->note->id)
                         <a native target="_blank" class="text-sm"
                            href="<?= route('patients.view.notes.view.dashboard', ['patient' => $record->client, 'note' => $record->note]) ?>">

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/last-plan.php

@@ -5,10 +5,10 @@
         <div class="text-secondary text-sm"></div>
 
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
-            <span class="text-sm">(added on the patient's chart)</span>
+            <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
             <?php if ($point->last_child_plan_point_scoped_note_id === $note->id): ?>
-                <span class="text-sm">(added on this note)</span>
+                <span class="text-sm">(updated on this note)</span>
             <?php else: ?>
                 <a native target="_blank"
                    href="<?= route('patients.view.notes.view.dashboard', ['patient' => $patient, 'note' => $point->lastChildPlanNote]) ?>">

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/last-review.php

@@ -4,10 +4,10 @@
         <div><?= @$parsedReview->value ?></div>
 
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
-            <span class="text-sm">(reviewed on the patient's chart)</span>
+            <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
             <?php if ($point->last_child_review_point_scoped_note_id === $note->id): ?>
-                <span class="text-sm">(reviewed on this note)</span>
+                <span class="text-sm">(updated on this note)</span>
             <?php else: ?>
                 <a native target="_blank"
                    href="<?= route('patients.view.notes.view.dashboard', ['patient' => $patient, 'note' => $point->lastChildReviewNote]) ?>">