From 77bd77b629fcbc44b8d27deb0d33a457b02309f2 Mon Sep 17 00:00:00 2001 From: Nitinkumar Balar Date: Tue, 30 Jan 2024 14:11:01 +0530 Subject: [PATCH] fix: fixes typo in on track domains page --- app/views/track_domains/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/track_domains/index.html.haml b/app/views/track_domains/index.html.haml index c138b25..a39a8aa 100644 --- a/app/views/track_domains/index.html.haml +++ b/app/views/track_domains/index.html.haml @@ -12,7 +12,7 @@ %h2.noData__title There are no tracking domains for this server. %p.noData__text To use Postal's open & click tracking, you need to configure a domain that links will be re-written to use. Enable - message tracking by adding a sutiable tracking domain for your outbound e-mails. + message tracking by adding a suitable tracking domain for your outbound e-mails. %p.noData__button= link_to "Add a custom tracking domain", [:new, organization, @server, :track_domain], :class => "button button--positive" - else