spelling: ignore

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:07:29 -04:00
parent 5b7ef2ff3c
commit c7b8de4fe7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<div class="intro-note intro-note-{{$intro_id}}">{{$note}}</div>
</div>
{{* On mobile touch devices we use buttons for approve, ingnore && discard to have a better UX *}}
{{* On mobile touch devices we use buttons for approve, ignore && discard to have a better UX *}}
{{if $is_mobile}}
<form class="intro-form" action="notification/{{$intro_id}}" method="post">
<button class="btn btn-small btn-primary" type="button" onclick="addElmToModal('#intro-approve-wrapper-{{$intro_id}}');"><i class="fa fa-check" aria-hidden="true"></i> {{$approve}}</button>