You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/views/Auth/register.blade.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
@endif
49
49
</div>
50
50
51
-
{!! Form::bsCheckbox("terms", null, false, "By clicking on \"Register\", you accept that you have read and understand the Terms.") !!}
51
+
{!! Form::bsCheckbox("terms", null, false, "By clicking on \"Register\", you accept that you have read and understand the ".link_to(route('page.terms'), 'Terms') .".") !!}
0 commit comments