From 044adbd274a07d931abd78750665eccfffc72024 Mon Sep 17 00:00:00 2001 From: Kat Zongker Date: Tue, 17 Sep 2024 21:23:42 -0500 Subject: [PATCH] Fixed lang json errors --- public/locales/en.json | 13 +++++++++---- .../automations/components/AutomationDetails.tsx | 2 +- .../automations/components/ConjunctionEdit.tsx | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/public/locales/en.json b/public/locales/en.json index 03e5fbc..d1b16eb 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -87,6 +87,11 @@ }, "tasks": "Tasks" }, + "donation": { + "paymentMethods": { + "noMethod": "Please select a payment method." + } + }, "donations": { "batchEdit": { "confirmMsg": "Are you sure you wish to permanently delete this batch and all donations within it?", @@ -475,11 +480,11 @@ } }, "person": { - "address": "Address", + "address": "Address", "age": "Age", "anniversary": "Anniversary", "birthDate": "Birth Date", - "city": "City", + "city": "City", "country": "Country", "displayName": "Display Name", "divorced": "Divorced", @@ -487,7 +492,7 @@ "female": "Female", "firstName": "First Name", "gender": "Gender", - "inactive": "Inactive", + "inactive": "Inactive", "lastName": "Last Name", "line1": "Line 1", "line2": "Line 2", @@ -502,7 +507,7 @@ "person": "Person", "phone": "Phone", "prefix": "Prefix", - "regularAttendee": "Regular Attendee", + "regularAttendee": "Regular Attendee", "single": "Single", "staff": "Staff", "state": "State/Province", diff --git a/src/tasks/automations/components/AutomationDetails.tsx b/src/tasks/automations/components/AutomationDetails.tsx index fb6dc19..28fca9d 100644 --- a/src/tasks/automations/components/AutomationDetails.tsx +++ b/src/tasks/automations/components/AutomationDetails.tsx @@ -66,7 +66,7 @@ export const AutomationDetails = (props: Props) => {
{Locale.label("common.name")}: {automation?.title}
{Locale.label("tasks.automationDetails.rep")}: {automation?.recurs}

- { setEditAction({ automationId: automation.id, actionType: "task" }) }} />{Locale.label("tasks.automationDetails.act")}: + { setEditAction({ automationId: automation.id, actionType: "task" }) }} />{Locale.label("tasks.automationDetails.acts")}: