i18n fix
parent
34db46869e
commit
7574fb6f44
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue