From 9e7f8c7390d8e7df625aad8c624a032b0c27f7b2 Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Thu, 1 May 2025 22:14:44 +0900 Subject: fix, no match key, lost tanslation string in eventForm.handlebars --- locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'locales/en.json') diff --git a/locales/en.json b/locales/en.json index 3f302dc..fece34d 100644 --- a/locales/en.json +++ b/locales/en.json @@ -175,7 +175,6 @@ "views.event.nospam": "We won't spam you <3", "views.event.numberofattende": "({{numberOfAttendees}})", "views.event.numlimit": "Please enter a number between 1 and ${response.data.freeSpots}", - "views.event.options": "", "views.event.partof": "{{eventData.eventGroup.name}}", "views.event.postbutton": "Post comment", "views.event.remaining_one": "{{count}} spot remaining - add yourself now!", @@ -271,6 +270,7 @@ "views.partials.eventform.hostnamedesc": "Will be shown on the event page (optional).", "views.partials.eventform.maxattendees": "Attendee limit", "views.partials.eventform.maxattendeestitle": "Set a limit on the maximum number of attendees", + "views.partials.eventform.options": "Options", "views.partials.eventform.publicevent": "Display this event on the public event list", "views.partials.eventgroup.options": "Options", "views.partials.eventgroupform.creatoremail": "Your email", @@ -303,4 +303,4 @@ "views.publiceventlist.pastevents": "Past events", "views.publiceventlist.upcomingevents": "Upcoming events", "views.right": "Get it right!" -} +} \ No newline at end of file -- cgit v1.2.3