From 7b5482e83d395049ca215f6b54dd28f59bd67067 Mon Sep 17 00:00:00 2001 From: "GitStart-Cal.com" <121884634+gitstart-calcom@users.noreply.github.com> Date: Fri, 20 Jan 2023 23:41:28 +0545 Subject: [PATCH] [CAL-808] /availability/single - UI issue on buttons beside time inputs (#6561) * [CAL-808] /availability/single - UI issue on buttons beside time inputs * Update apps/web/public/static/locales/en/common.json * Update packages/features/schedules/components/Schedule.tsx * create new translation for tooltip Co-authored-by: gitstart-calcom Co-authored-by: Peer Richelsen Co-authored-by: CarinaWolli --- apps/web/pages/availability/[schedule].tsx | 3 --- apps/web/public/static/locales/en/common.json | 1 + packages/features/schedules/components/Schedule.tsx | 11 +++++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/apps/web/pages/availability/[schedule].tsx b/apps/web/pages/availability/[schedule].tsx index 7e4061487d..1539251f7d 100644 --- a/apps/web/pages/availability/[schedule].tsx +++ b/apps/web/pages/availability/[schedule].tsx @@ -188,9 +188,6 @@ export default function Availability({ schedule }: { schedule: number }) { className="flex flex-col pb-16 sm:mx-0 xl:flex-row xl:space-x-6">
-

- {t("change_start_end")} -

{typeof me.data?.weekStart === "string" && (
))}