diff --git a/signup-ui/src/components/label-popover.tsx b/signup-ui/src/components/icon-label-popover.tsx similarity index 88% rename from signup-ui/src/components/label-popover.tsx rename to signup-ui/src/components/icon-label-popover.tsx index fdf0889b..d61cbb51 100644 --- a/signup-ui/src/components/label-popover.tsx +++ b/signup-ui/src/components/icon-label-popover.tsx @@ -5,12 +5,12 @@ import { PopoverTrigger, } from "./ui/popover"; -interface LabelPopoverProps { +interface IconLabelPopoverProps { icon: React.ReactNode; children: React.ReactNode; } -export const LabelPopover = ({ icon, children }: LabelPopoverProps) => { +export const IconLabelPopover = ({ icon, children }: IconLabelPopoverProps) => { return ( <>
diff --git a/signup-ui/src/pages/ResetPasswordPage/ResetPassword/ResetPassword.tsx b/signup-ui/src/pages/ResetPasswordPage/ResetPassword/ResetPassword.tsx index 67eb57d2..3abb1f60 100644 --- a/signup-ui/src/pages/ResetPasswordPage/ResetPassword/ResetPassword.tsx +++ b/signup-ui/src/pages/ResetPasswordPage/ResetPassword/ResetPassword.tsx @@ -3,7 +3,7 @@ import { useFormContext, UseFormReturn } from "react-hook-form"; import { Trans, useTranslation } from "react-i18next"; import { useLocation } from "react-router-dom"; -import { LabelPopover } from "~components/label-popover"; +import { IconLabelPopover } from "~components/icon-label-popover"; import { ActionMessage } from "~components/ui/action-message"; import { Button } from "~components/ui/button"; import { @@ -167,7 +167,7 @@ export const ResetPassword = ({ methods, settings }: ResetPasswordProps) => {
{t("new_password")} - { li:
  • , }} /> - +
  • {
    {t("full_name")} - { } > {t("full_name_tooltip")} - +
    {
    {t("password")} - { li:
  • , }} /> - +