Explorar el Código

Sections - minor text changes

Vijayakrishnan hace 4 años
padre
commit
7467d191a2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      resources/views/app/patient/note/section.blade.php

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

@@ -14,7 +14,7 @@ if ($latestSectionTS === 0 || $latestSectionTS < $sectionTS) {
                 {{$section->sectionTemplate->title}}
                 @if(!isset($guestAccessCode))
                     <span class="d-none if-not-edit"><i class="fa fa-edit ml-2"></i></span>
-                    <span class="d-none if-edit edit-trigger"><i class="fa fa-times ml-2"></i></span>
+                    <span class="d-none if-edit edit-trigger font-weight-normal ml-2">Collapse</span>
                     <span class="edit-trigger"></span>
                 @endif
             </a>
@@ -48,7 +48,7 @@ if ($latestSectionTS === 0 || $latestSectionTS < $sectionTS) {
                     @endif
                 </div>
                 <a href="#" class="d-none text-danger if-edit ml-2 remove-section-trigger mr-1" data-uid="{{$section->uid}}" title="Remove {{$section->sectionTemplate->title}}">
-                    Remove {{$section->sectionTemplate->title}}
+                    Remove
                 </a>
                 <a href="#" class="d-none if-edit ml-2 move-up-trigger" data-uid="{{$section->uid}}" title="Move Up">
                     <i class="fa fa-arrow-up"></i>