Missing translations added (#4491)

This commit is contained in:
Alex van Andel
2022-09-15 10:28:21 +00:00
committed by GitHub
parent 7393ba1d17
commit 4b0f7019a3
2 changed files with 6 additions and 3 deletions
@@ -38,8 +38,8 @@ const CreateNewTeamPage = () => {
const headers = [
{
title: `${t("create_a_new_team")}`,
subtitle: [`${t("create_a_new_team_description")}`],
title: `${t("create_new_team")}`,
subtitle: [`${t("create_new_team_description")}`],
},
// {
// title: `${t("general_settings")}`,
@@ -69,7 +69,7 @@ const CreateNewTeamPage = () => {
data-testid="onboarding"
key={router.asPath}>
<Head>
<title>{t("create_a_new_team")}</title>
<title>{t("create_new_team")}</title>
<link rel="icon" href="/favicon.ico" />
</Head>
@@ -498,6 +498,9 @@
"lets_create_first_administrator_user": "Let's create the first administrator user.",
"new_member": "New Member",
"invite": "Invite",
"add_team_members": "Add team members",
"add_team_members_description": "Invite others to join your team",
"add_team_member": "Add team member",
"invite_new_member": "Invite a new team member",
"invite_new_team_member": "Invite someone to your team.",
"change_member_role": "Change team member role",