mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
no more than *3 open reports
This commit is contained in:
parent
90830d361b
commit
a079eac912
1 changed files with 1 additions and 1 deletions
|
@ -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: "/")
|
||||
|
||||
|
|
Loading…
Reference in a new issue