pull/6692/head^2
Peer Richelsen 2023-02-02 12:49:11 +01:00
parent 34db46869e
commit 7574fb6f44
1 changed files with 1 additions and 1 deletions

View File

@ -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"),