Skip to content

Commit cb110f8

Browse files
author
SSOfy
committed
fixed blade view message
1 parent 3fb1b49 commit cb110f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scaffold/resources/views/otp/email.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
</tr>
127127
<tr>
128128
<td align="center" style="font-size:0px;padding:10px 25px;padding-right:25px;padding-left:25px;word-break:break-word;">
129-
<div style="font-family:open Sans Helvetica, Arial, sans-serif;font-size:16px;line-height:1;text-align:center;color:#000000;">Here is your verification code for {{ Str::title(str_replace('_', ' ', $option->type)) }}:</div>
129+
<div style="font-family:open Sans Helvetica, Arial, sans-serif;font-size:16px;line-height:1;text-align:center;color:#000000;">Here is your verification code for {{ Str::title(str_replace('_', ' ', $option->action)) }}:</div>
130130
</td>
131131
</tr>
132132
<tr>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{ $code }} is your {{ $vars['brand'] }} verification code for {{ Str::title(str_replace('_', ' ', $option->type)) }}.
1+
{{ $code }} is your {{ $vars['brand'] }} verification code for {{ Str::title(str_replace('_', ' ', $option->action)) }}.

0 commit comments

Comments
 (0)