Enforce task limits and update event form
This commit is contained in:
@@ -47,5 +47,9 @@ return [
|
||||
'title' => 'Tenant-Speicherlimit erreicht',
|
||||
'message' => 'Dieser Tenant hat sein Speicher-Kontingent erreicht.',
|
||||
],
|
||||
'task_limit_exceeded' => [
|
||||
'title' => 'Fotoaufgaben-Limit erreicht',
|
||||
'message' => 'Dieses Event hat sein Fotoaufgaben-Kontingent erreicht. Upgrade das Event-Paket, um weitere Aufgaben zu aktivieren.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@@ -47,5 +47,9 @@ return [
|
||||
'title' => 'Tenant storage limit reached',
|
||||
'message' => 'This tenant has reached its storage allowance.',
|
||||
],
|
||||
'task_limit_exceeded' => [
|
||||
'title' => 'Task limit reached',
|
||||
'message' => 'This event has reached its photo task limit. Upgrade the package to add more tasks.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user