Skip to content

Commit f0667fa

Browse files
chore: code refactor
1 parent 4c7fae5 commit f0667fa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/i18n/src/locales/de/empty-state.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default {
2828
project_empty_state: {
2929
no_access: {
3030
title: "Es scheint, als hätten Sie keinen Zugriff auf dieses Projekt",
31-
restricted_description: "Kontaktieren Sie den Administrator, um Zugriff anzufordern, damit Sie hier fortfahren können.",
31+
restricted_description:
32+
"Kontaktieren Sie den Administrator, um Zugriff anzufordern, damit Sie hier fortfahren können.",
3233
join_description: "Klicken Sie unten auf die Schaltfläche, um beizutreten.",
3334
cta_primary: "Projekt beitreten",
3435
cta_loading: "Projekt wird beigetreten",

packages/i18n/src/locales/pt-BR/empty-state.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default {
2828
project_empty_state: {
2929
no_access: {
3030
title: "Parece que você não tem acesso a este projeto",
31-
restricted_description: "Entre em contato com o administrador para solicitar acesso e você poderá continuar aqui.",
31+
restricted_description:
32+
"Entre em contato com o administrador para solicitar acesso e você poderá continuar aqui.",
3233
join_description: "Clique no botão abaixo para participar.",
3334
cta_primary: "Participar do projeto",
3435
cta_loading: "Participando do projeto",

0 commit comments

Comments
 (0)