From c7b8de4fe7a0b323bdfbd8ebbed09208def794d8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:29 -0400 Subject: [PATCH] spelling: ignore Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/theme/frio/templates/notifications/intros.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/notifications/intros.tpl b/view/theme/frio/templates/notifications/intros.tpl index 96fca8ee3c..e2e0ccf132 100644 --- a/view/theme/frio/templates/notifications/intros.tpl +++ b/view/theme/frio/templates/notifications/intros.tpl @@ -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> -- 2.39.5