From ad0fc61994af84555c3c85f3dfbf114b7205a95f Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 18 Oct 2022 16:26:17 +0200 Subject: [PATCH] Remove obscure reference to Douglas Adams Signed-off-by: Thomas Citharel --- lib/web/templates/email/group_member_removal.html.heex | 2 +- lib/web/templates/email/group_member_removal.text.eex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/web/templates/email/group_member_removal.html.heex b/lib/web/templates/email/group_member_removal.html.heex index 88f09d106..3311538aa 100644 --- a/lib/web/templates/email/group_member_removal.html.heex +++ b/lib/web/templates/email/group_member_removal.html.heex @@ -15,7 +15,7 @@ style="padding: 40px 20px 20px 20px; border-radius: 4px 4px 0px 0px; color: #3A384C; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 48px; font-weight: 400; line-height: 48px;" >

- <%= gettext("So long, and thanks for the fish!") %> + <%= gettext("Until next time!") %>

diff --git a/lib/web/templates/email/group_member_removal.text.eex b/lib/web/templates/email/group_member_removal.text.eex index 2aebbc954..5164c6a7c 100644 --- a/lib/web/templates/email/group_member_removal.text.eex +++ b/lib/web/templates/email/group_member_removal.text.eex @@ -1,4 +1,4 @@ -<%= gettext "So long, and thanks for the fish!" %> +<%= gettext "Until next time!" %> == <%= gettext "You have been removed from group %{group}. You will not be able to access this group's private content anymore.", group: @group.name %> <%= @group.url %>