diff --git a/apps/web/src/locales/en/translation.json b/apps/web/src/locales/en/translation.json index d3f2edb..4b15093 100644 --- a/apps/web/src/locales/en/translation.json +++ b/apps/web/src/locales/en/translation.json @@ -43,7 +43,8 @@ "config": "Config", "feedback": "Feedback", "settings": "Settings", - "profile": "Profile" + "profile": "Profile", + "invitations": "Invitations" }, "workspace": { "title": "Predecessor competitive workspace", @@ -503,4 +504,4 @@ "chooseSubtitle": "You can change this later in your profile.", "confirmButton": "Continue" } -} +} \ No newline at end of file diff --git a/apps/web/src/locales/es/translation.json b/apps/web/src/locales/es/translation.json index 98d6449..5a681e3 100644 --- a/apps/web/src/locales/es/translation.json +++ b/apps/web/src/locales/es/translation.json @@ -43,7 +43,8 @@ "config": "Configuración", "feedback": "Feedback", "settings": "Ajustes", - "profile": "Perfil" + "profile": "Perfil", + "invitations": "Invitaciones" }, "workspace": { "title": "Workspace competitivo de Predecessor", @@ -503,4 +504,4 @@ "chooseSubtitle": "Puedes cambiarlo más tarde en tu perfil.", "confirmButton": "Continuar" } -} +} \ No newline at end of file