diff options
Diffstat (limited to 'views/partials')
| -rw-r--r-- | views/partials/importeventform.handlebars | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/importeventform.handlebars b/views/partials/importeventform.handlebars index f08e820..12522dc 100644 --- a/views/partials/importeventform.handlebars +++ b/views/partials/importeventform.handlebars @@ -29,7 +29,7 @@          role="alert"          x-show="errors.length > 0"        > -        <p><i class="fas fa-exclamation-triangle"></i> Please fix these errors:</p> +        <p><i class="fas fa-exclamation-triangle"></i> {{t "fixerrors" }}</p>          <ul>            <template x-for="error in errors">              <li x-html="error.message"></li>  | 
