From ab9b6024bb83ad397f2d359b9f1f3d74cf92787a Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Wed, 27 Nov 2024 10:47:08 -0500 Subject: [PATCH] feat: add tooltip to button for better UX (#17881) --- apps/web/public/static/locales/en/common.json | 1 + .../features/ee/organizations/pages/settings/general.tsx | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index ba1a53e756..66ed81094f 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 82cc86fb85..eabbd684c8 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 -