diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-03-22 22:55:46 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:20:58 +0900 |
commit | 73e8b168c3ffc4e3ffe30e50dd3e46ed70d909d8 (patch) | |
tree | e5a747906b5fda7c2b64210b9d9531a082dee14d /views/partials/eventGroupForm.handlebars | |
parent | 2449234e28aab435ffe28d567ece8c651d45d2b3 (diff) |
some fix, moment.locale setting
Diffstat (limited to 'views/partials/eventGroupForm.handlebars')
-rw-r--r-- | views/partials/eventGroupForm.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/eventGroupForm.handlebars b/views/partials/eventGroupForm.handlebars index 3d13d69..0f30790 100644 --- a/views/partials/eventGroupForm.handlebars +++ b/views/partials/eventGroupForm.handlebars @@ -34,7 +34,7 @@ </div> {{#if showPublicEventList}} <div class="form-group"> - <label>Options</label> + <label>{{{t "group.options" }}}</label> <div class="form-check"> <input class="form-check-input" type="checkbox" id="publicGroupCheckbox" name="publicCheckbox" x-model="data.publicCheckbox"> <label class="form-check-label" for="publicGroupCheckbox"> |