Skip to content

Commit

Permalink
Merge pull request #130 from LigeroSmart/fix/SurveyLanguageError
Browse files Browse the repository at this point in the history
Fixed Survey List Language Error
  • Loading branch information
richieri authored Sep 9, 2021
2 parents 85f8cb8 + 3ef25c2 commit 0248e48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Kernel/Language/pt_BR_LigeroSurveyCustomerList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ use utf8;
sub Data {
my $Self = shift;

$Self->{Translation} = {
'Surveys' => 'Pesquisas',
};
$Self->{Translation}->{'My Surveys'} = 'Minhas Pesquisas';

# $$STOP$$
return;
Expand Down

0 comments on commit 0248e48

Please sign in to comment.