Bug 14723: (QA follow-up) Fix typo
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 29 Apr 2021 13:48:12 +0000 (09:48 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 7 May 2021 11:48:55 +0000 (13:48 +0200)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt

index d0ff7c9..79b6d67 100644 (file)
@@ -98,7 +98,7 @@
             [% ELSIF ( QUEUED_MESSAGE.error_code == 'MISSING_SMS' ) %]Missing SMS number
             [% ELSIF ( QUEUED_MESSAGE.error_code == 'DUPLICATE_MESSAGE' ) %]Message is duplicate
             [% ELSIF ( QUEUED_MESSAGE.error_code == 'NO_NOTES' ) %]No notes from SMS driver
-            [% ELSE %]Error occured while sending email.
+            [% ELSE %]Error occurred while sending email.
             [% END %]
         [% END %]
         </td>