Skip to content

Commit

Permalink
Update participation_nds_row.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosteiner authored Sep 12, 2024
1 parent 5f12eb0 commit b237d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/domain/export/tabular/people/participation_nds_row.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def email_work

def first_language
language = entry.language.presence&.to_s&.upcase
NDS_LANGUAGES.include?(language) ? language : 'Andere'
NDS_LANGUAGES.include?(language) ? language : "Andere"
end

def second_language
Expand Down

0 comments on commit b237d3d

Please sign in to comment.