diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-05-01 22:14:44 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-05-03 00:08:47 +0900 |
commit | 9e7f8c7390d8e7df625aad8c624a032b0c27f7b2 (patch) | |
tree | be50017375495b292313c3dfa2f8928c82284650 /views/partials | |
parent | 9286a9b97ec9aef5bcef965e01e1964521c84ab6 (diff) |
fix, no match key, lost tanslation string in eventForm.handlebars
Diffstat (limited to 'views/partials')
-rwxr-xr-x | views/partials/eventForm.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/eventForm.handlebars b/views/partials/eventForm.handlebars index d227dfe..8714058 100755 --- a/views/partials/eventForm.handlebars +++ b/views/partials/eventForm.handlebars @@ -72,7 +72,7 @@ </div> </div> <div class="form-group"> - <label>{{t "views.event.options" }}</label> + <label>{{t "views.partials.eventform.options" }}</label> <div > {{#if showPublicEventList}} <div class="form-check"> |