diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:14:39 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:14:39 +0900 |
commit | 4089ad7b1ecd3230b76d44dc71fbafcb4128fb3a (patch) | |
tree | 6e71cafbe4106f26312f0b668a730a4b68e182a8 /views/partials/importeventform.handlebars | |
parent | 23e49c6e6e63a518e704f82879a5fdcf268c51d8 (diff) |
some translation fix
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 e45f16f..f08e820 100644 --- a/views/partials/importeventform.handlebars +++ b/views/partials/importeventform.handlebars @@ -1,4 +1,4 @@ -<h4 class="mb-2">{{t newevent.importevent }}</h4> +<h4 class="mb-2">{{t "newevent.importevent" }}</h4> <p> {{t "newevent.p.importdesc" }} </p> |