Peter Muturi hace 7 meses
padre
commit
4c3220d1a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/emails/layout.blade.php

+ 1 - 1
resources/views/emails/layout.blade.php

@@ -348,7 +348,7 @@
                                                 }
                                             ?>
                                                 @if($entity)
-                                                <p style="color: #000; line-height: 1.625; margin: 0; font-size: 14px;padding: 15px;">Don’t want to receive any more e-mails? <a href="{{ route('unsubscribe-from-emails', $entity->uid) }}" style="color:#1C3D80">unsubscribe</a></p>
+                                                <p style="color: #000; line-height: 1.625; margin: 0; font-size: 14px;padding: 15px;">Don’t want to receive any more e-mails? <a href="{{ route('unsubscribe-from-emails', $entity->uid) }}" style="color:#1C3D80">Unsubscribe</a></p>
                                                 @endif
                                             </td>
                                         </tr>