diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index ba1a53e75660cc..66ed81094fca3f 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -46,6 +46,7 @@ "event_request_reassigned": "Your scheduled event was reassigned", "event_reassigned_subtitle": "You will no longer have the event on your calendar and your round robin likelihood will not be negatively impacted", "organizer": "Organizer", + "owner_permission_needed": "You need to be an owner of the organization.", "reassigned_to": "Reassigned to", "need_to_reschedule_or_cancel": "Need to reschedule or cancel?", "you_can_view_booking_details_with_this_url": "You can view the booking details from this url {{url}} and add the event to your calendar", diff --git a/packages/features/ee/organizations/pages/settings/general.tsx b/packages/features/ee/organizations/pages/settings/general.tsx index 82cc86fb85eeda..eabbd684c8515d 100644 --- a/packages/features/ee/organizations/pages/settings/general.tsx +++ b/packages/features/ee/organizations/pages/settings/general.tsx @@ -210,7 +210,11 @@ const GeneralView = ({ currentOrg, isAdminOrOwner, localeProp }: GeneralViewProp -