Skip to content

Commit bc8ee2a

Browse files
committed
correct translation
1 parent 9581dc2 commit bc8ee2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/languages/pt-BR.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7568,7 +7568,7 @@ ${
75687568
// eslint-disable-next-line default-case
75697569
switch (actorType) {
75707570
case CONST.NEXT_STEP.ACTOR_TYPE.CURRENT_USER:
7571-
return `Aguardando <strong>you</strong> exportar este relatório.`;
7571+
return `Aguardando <strong>você</strong> exportar este relatório.`;
75727572
case CONST.NEXT_STEP.ACTOR_TYPE.OTHER_USER:
75737573
return `Aguardando <strong>${actor}</strong> exportar este relatório.`;
75747574
case CONST.NEXT_STEP.ACTOR_TYPE.UNSPECIFIED_ADMIN:

0 commit comments

Comments
 (0)