diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:16:17 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:16:17 +0900 |
commit | 3e56650290ec725ee95689c1729d681e41385126 (patch) | |
tree | 35a00f2b1dc7ef9d04edf6a4d57f52b68e9f8f88 /views/partials/importeventform.handlebars | |
parent | 4089ad7b1ecd3230b76d44dc71fbafcb4128fb3a (diff) |
Fix and add some translation key, etc.
Diffstat (limited to 'views/partials/importeventform.handlebars')
-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> |