aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/Roles/ConfirmValidation.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Roles/ConfirmValidation.pm b/perllib/FixMyStreet/Roles/ConfirmValidation.pm
index 5d407af6d..776230287 100644
--- a/perllib/FixMyStreet/Roles/ConfirmValidation.pm
+++ b/perllib/FixMyStreet/Roles/ConfirmValidation.pm
@@ -29,8 +29,7 @@ sub report_validation {
}
if ( length( $report->detail ) > $self->max_report_length ) {
- $errors->{detail} = sprintf( _('Reports are limited to %s characters in
- length. Please shorten your report'), $self->max_report_length );
+ $errors->{detail} = sprintf( _('Reports are limited to %s characters in length. Please shorten your report'), $self->max_report_length );
}
return $errors;