Skip to content

Commit 3ab0ee8

Browse files
jonasfjsigurdm
andauthored
Update app/lib/frontend/templates/report.dart
Co-authored-by: Sigurd Meldgaard <[email protected]>
1 parent 8dc280e commit 3ab0ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/frontend/templates/report.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Iterable<d.Node> _appeal(
209209
'consider uploading these and sharing a link.',
210210
),
211211
d.p(
212-
child: d.b(text: 'You only have one appeal per incident.'),
212+
child: d.b(text: 'You can appeal at most once per case.'),
213213
),
214214
if (!(sessionData?.isAuthenticated ?? false))
215215
d.fragment([

0 commit comments

Comments
 (0)