From a079eac912d9617f02133fa9ffb7910f9b2fbc2c Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Mon, 7 Sep 2020 14:51:32 -0400 Subject: [PATCH] no more than *3 open reports --- lib/philomena_web/controllers/report_controller.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/philomena_web/controllers/report_controller.ex b/lib/philomena_web/controllers/report_controller.ex index 49bf0002..60723b04 100644 --- a/lib/philomena_web/controllers/report_controller.ex +++ b/lib/philomena_web/controllers/report_controller.ex @@ -40,7 +40,7 @@ defmodule PhilomenaWeb.ReportController do conn |> put_flash( :error, - "You may not have more than 5 open reports at a time. Did you read the reporting tips?" + "You may not have more than 3 open reports at a time. Did you read the reporting tips?" ) |> redirect(to: "/")