From 573935668ce616e67105e379ff5e4d8f9acd7538 Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Sun, 23 Mar 2025 14:25:36 +0900 Subject: Public evnet, Public group translation fix --- views/publicEventList.handlebars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views') 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 @@
-
{{t "upcomingevents" }}
+
{{t "publiclist.upcomingevents" }}
{{> eventList upcomingEvents }}
-
{{t "pastevents" }}
+
{{t "publiclist.pastevents" }}
{{> eventList pastEvents }}
-- cgit v1.2.3