diff options
| author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-03-23 14:25:36 +0900 | 
|---|---|---|
| committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:22:09 +0900 | 
| commit | 573935668ce616e67105e379ff5e4d8f9acd7538 (patch) | |
| tree | c4b16fe80073854788c8d2c6f3ab2b0a0ae2e2eb /views/publicEventList.handlebars | |
| parent | 79d28b2a14cfab50b9a5a42e7d85ce7dedc7c180 (diff) | |
Public evnet, Public group translation fix
Diffstat (limited to 'views/publicEventList.handlebars')
| -rw-r--r-- | views/publicEventList.handlebars | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/views/publicEventList.handlebars b/views/publicEventList.handlebars index 5c81496..1340e2f 100644 --- a/views/publicEventList.handlebars +++ b/views/publicEventList.handlebars @@ -21,12 +21,12 @@  <div x-show="currentTab === 'events'">      <div class="card mt-4 mb-4" id="upcomingEvents"> -        <h5 class="card-header">{{t "upcomingevents" }}</h5> +        <h5 class="card-header">{{t "publiclist.upcomingevents" }}</h5>          {{> eventList upcomingEvents }}      </div>      <div class="card mt-4 mb-4" id="pastEvents"> -        <h5 class="card-header">{{t "pastevents" }}</h5> +        <h5 class="card-header">{{t "publiclist.pastevents" }}</h5>          {{> eventList pastEvents }}      </div>  </div>  | 
