Peter Muturi 7 月之前
父节点
当前提交
4c3220d1a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>