i18n fix
This commit is contained in:
@@ -66,7 +66,7 @@ export default function TeamList(props: Props) {
|
||||
icon={<FiUserPlus className="h-5 w-5 text-green-700" />}
|
||||
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"),
|
||||
|
||||
Reference in New Issue
Block a user