From 00e9f02b394c63b43a0890a88d8a2c5de03a921a Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Fri, 23 Aug 2019 15:07:30 +0200 Subject: remove suggestion to contact admininstrator --- not_found.cgi | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/not_found.cgi b/not_found.cgi index 64eef51..25d7d6d 100755 --- a/not_found.cgi +++ b/not_found.cgi @@ -33,7 +33,6 @@ str = [_("The requested poll was not found."), _("There are several reasons why a poll may have been deleted:"), _("Somebody clicked on “Delete poll” and deleted the poll manually."), _("The poll was deleted by the administrator because it was not accessed for a long time."), - _("If you think that the deletion was done in error, please contact the administrator of the system."), _("Return to Dudle home and schedule a new poll")] $d << <#{str[2]}
  • #{str[3]}
  • - #{str[4]} - + #{str[4]}

    END -- cgit v1.2.3