no more than *3 open reports

This commit is contained in:
byte[] 2020-09-07 14:51:32 -04:00
parent 90830d361b
commit a079eac912

View file

@ -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: "/")