We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9581dc2 commit bc8ee2aCopy full SHA for bc8ee2a
1 file changed
src/languages/pt-BR.ts
@@ -7568,7 +7568,7 @@ ${
7568
// eslint-disable-next-line default-case
7569
switch (actorType) {
7570
case CONST.NEXT_STEP.ACTOR_TYPE.CURRENT_USER:
7571
- return `Aguardando <strong>you</strong> exportar este relatório.`;
+ return `Aguardando <strong>você</strong> exportar este relatório.`;
7572
case CONST.NEXT_STEP.ACTOR_TYPE.OTHER_USER:
7573
return `Aguardando <strong>${actor}</strong> exportar este relatório.`;
7574
case CONST.NEXT_STEP.ACTOR_TYPE.UNSPECIFIED_ADMIN:
0 commit comments