From cd6702280c88a34d2aedbde232b83f8559f489cf Mon Sep 17 00:00:00 2001 From: Jeremy Kescher Date: Wed, 10 May 2023 00:02:17 +0200 Subject: [PATCH] Remove duplicate notification_mailer definition --- config/locales-glitch/en.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/locales-glitch/en.yml b/config/locales-glitch/en.yml index 7cba60663..e88e98191 100644 --- a/config/locales-glitch/en.yml +++ b/config/locales-glitch/en.yml @@ -45,8 +45,3 @@ en: body: "%{name} reacted to your post:" subject: "%{name} reacted to your post" title: New reaction - notification_mailer: - reaction: - body: "%{name} reacted to your post:" - subject: "%{name} reacted to your post" - title: New reaction