diff --git a/app/views/_tailwind/alerts_new/edit.html.erb b/app/views/_tailwind/alerts_new/edit.html.erb index e4603939f..3dac39865 100644 --- a/app/views/_tailwind/alerts_new/edit.html.erb +++ b/app/views/_tailwind/alerts_new/edit.html.erb @@ -34,7 +34,7 @@ <% end %> -<%# TODO: Show an error of some sort if the last delivery was not successful %> +<%# TODO: #1768 Show an error of some sort if the last delivery was not successful %> <%= pa_button_to "Delete this alert", [:profile, @alert], method: :delete, type: :secondary, icon: :trash, form_class: "mt-8", data: { confirm: "Are you sure you want to unsubscribe for email alerts for #{@alert.address}?" } %>