diff --git a/apps/web/components/Embed.tsx b/apps/web/components/Embed.tsx index 1561c2ffa4..38bec35fe0 100644 --- a/apps/web/components/Embed.tsx +++ b/apps/web/components/Embed.tsx @@ -504,7 +504,7 @@ const tabs = [ return ( <>
{embed.subtitle}
- {t("toggle_calendars_conflict")} -
{t("toggle_calendars_conflict")}
{t("repeats_every")}
{t("for_a_maximum_of")}
+
{t("events", { count: recurringEventState.count, })} diff --git a/apps/web/components/getting-started/components/CreateEventsOnCalendarSelect.tsx b/apps/web/components/getting-started/components/CreateEventsOnCalendarSelect.tsx index d0b2b58e35..e170a7763e 100644 --- a/apps/web/components/getting-started/components/CreateEventsOnCalendarSelect.tsx +++ b/apps/web/components/getting-started/components/CreateEventsOnCalendarSelect.tsx @@ -16,7 +16,7 @@ const CreateEventsOnCalendarSelect = (props: ICreateEventsOnCalendarSelectProps) <>
{member.name}
{member.bio || t("user_from_team", { user: member.name, team: teamName })}
{type.title}
{user.bio}
{t("date_overrides_subtitle")}
{getTitle()}
{form.description}
{t("find_gif_spice_confirmation")}
Connect your wallet if you own {contractData.data.name} ({contractData.data.symbol}) . diff --git a/packages/app-store/typeform/pages/how-to-use/[...appPages].tsx b/packages/app-store/typeform/pages/how-to-use/[...appPages].tsx index 01b23ee7e7..2123907a7c 100644 --- a/packages/app-store/typeform/pages/how-to-use/[...appPages].tsx +++ b/packages/app-store/typeform/pages/how-to-use/[...appPages].tsx @@ -31,7 +31,7 @@ export default function HowToUse() { target="_blank" className="inline-flex items-baseline text-base text-gray-500"> Click "Copy Typeform Redirect URL" @@ -45,7 +45,7 @@ export default function HowToUse() { target="_blank" className="inline-flex items-baseline text-base text-gray-500"> Redirect to your typeform @@ -58,7 +58,7 @@ export default function HowToUse() { target="_blank" className="inline-flex items-baseline text-base text-gray-500"> Recall Information in Typeform diff --git a/packages/app-store/zapier/components/TemplateCard.tsx b/packages/app-store/zapier/components/TemplateCard.tsx index d1892a479a..dd6d546938 100644 --- a/packages/app-store/zapier/components/TemplateCard.tsx +++ b/packages/app-store/zapier/components/TemplateCard.tsx @@ -13,7 +13,7 @@ export default function TemplateCard({ template }: { template: Template }) {
{template.app}
{template.text}
{app.name || app.title}
{app.description}
{label}
{subtitle}
{t("pay_later_instructions")}
{t("resources").toUpperCase()}
{t("feedback").toUpperCase()}
{t("comments")}
{t("specific_issue")}
{eventType.description.substring(0, 300)} diff --git a/packages/features/kbar/Kbar.tsx b/packages/features/kbar/Kbar.tsx index 7eb0427bde..e4e1b2350c 100644 --- a/packages/features/kbar/Kbar.tsx +++ b/packages/features/kbar/Kbar.tsx @@ -278,7 +278,7 @@ export const KBarTrigger = () => { + className="group flex rounded-md py-2 px-3 text-sm font-medium hover:bg-gray-100 lg:p-1 lg:hover:bg-gray-200 lg:hover:text-gray-900"> diff --git a/packages/features/schedules/components/DateOverrideInputDialog.tsx b/packages/features/schedules/components/DateOverrideInputDialog.tsx index 9a16346a16..5755258199 100644 --- a/packages/features/schedules/components/DateOverrideInputDialog.tsx +++ b/packages/features/schedules/components/DateOverrideInputDialog.tsx @@ -136,9 +136,7 @@ const DateOverrideForm = ({
{t("date_overrides_dialog_which_hours")}
- {t("date_overrides_unavailable")} -
{t("date_overrides_unavailable")}
{t("unavailable")}
{timeSpan(range)}
{t("copy_times_to")}
{schedule.availability .filter((availability) => !!availability.days.length) .map((availability) => ( diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index df10be26db..16d03950d5 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -362,7 +362,7 @@ function UserDropdown({ small }: { small?: boolean }) { className="flex w-full items-center px-4 py-2 text-sm text-gray-700 ltr:flex-row rtl:flex-row-reverse"> {item.badge && {item.badge}} {item.icon && ( @@ -717,14 +717,14 @@ function SideBar() { window.history.back()} - className="desktop-only group flex text-sm font-medium text-neutral-500 hover:text-neutral-900"> - + className="desktop-only group flex text-sm font-medium text-gray-500 hover:text-gray-900"> + window.history.forward()} - className="desktop-only group flex text-sm font-medium text-neutral-500 hover:text-neutral-900"> - + className="desktop-only group flex text-sm font-medium text-gray-500 hover:text-gray-900"> +
{!isLocaleReady ? : props.subtitle}
{props.subtitle}