diff --git a/packages/features/ee/teams/components/TeamList.tsx b/packages/features/ee/teams/components/TeamList.tsx index e9c9d45ea9..c48ce7ce03 100644 --- a/packages/features/ee/teams/components/TeamList.tsx +++ b/packages/features/ee/teams/components/TeamList.tsx @@ -66,7 +66,7 @@ export default function TeamList(props: Props) { icon={} variant="basic" title={t("invite_team_member")} - description="Meetings are better with the right team members there. Invite them now." + description={t("meetings_are_better_with_the_right")} actionButton={{ href: "/settings/teams/" + team.id + "/members", child: t("invite"),