diff --git a/src/assets/languages/en.json b/src/assets/languages/en.json index d1243f6b2de38302ff2954ba34762b9c075c5aca..69e8ddec4302e8388497a37bc4fae7a8db4b37d3 100644 --- a/src/assets/languages/en.json +++ b/src/assets/languages/en.json @@ -1507,6 +1507,8 @@ "pending": "Pending", "eventSignup": { "inviteEmailSmsMsg": "You can also invite participants by email and sms", + "inviteEmailMsg": "You can also invite participants by email", + "inviteSmsMsg": "You can also invite participants by sms", "noThanks": "No, Thanks", "inviteBySMS": "Invite by SMS", "inviteByEmail": "Invite by Email", @@ -1541,7 +1543,8 @@ "startDateTime": "Start Date & Time", "endDateTime": "End Date & Time", "addMultileSlot": "Add Multiple Time Slots", - "inviter": "Inviter" + "inviter": "Inviter", + "allowedParticipants": "Total participants allowed" }, "btns": { "saveAndNext": "Save & Next", @@ -1569,6 +1572,7 @@ "requireNumber": "Phone number is required", "requireEmail": "Email is required", "invalidEmail": "Email is invalid", + "alreadyExistEmail": "Email is already added", "emptyLocation": "Location is required", "selectTimeslot": "Please select at least 2 timeslot", "selectEventSlot": "Please select at least 1 timeslot", @@ -1641,7 +1645,10 @@ "scheduled": "Scheduled", "canceled": "Canceled" }, - "signupDetails": "Event Details" + "signupDetails": "Event Details", + "noLimit": "No Limit", + "totalAllowed": "Total Allowed", + "totalSignedup": "Total Signedup" }, "eventSignupInvitation": { "tabs": { diff --git a/src/componets/SignupEventComponents/SignupEventHistory/SignupEventHistoryRightPanel/SignupEventHistoryRightPanel.js b/src/componets/SignupEventComponents/SignupEventHistory/SignupEventHistoryRightPanel/SignupEventHistoryRightPanel.js index 15e158ee779382e116ac717f94d92f0e4244f2e2..a902f17ee53daef69ec4d0b655a7035a94b90003 100644 --- a/src/componets/SignupEventComponents/SignupEventHistory/SignupEventHistoryRightPanel/SignupEventHistoryRightPanel.js +++ b/src/componets/SignupEventComponents/SignupEventHistory/SignupEventHistoryRightPanel/SignupEventHistoryRightPanel.js @@ -239,19 +239,26 @@ class SignupEventHistoryRightPanel extends React.Component {