From b237d3dc2c80071dfa0678a321e7f9458690b5fa Mon Sep 17 00:00:00 2001 From: Diego Steiner <939106+diegosteiner@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:07:18 +0200 Subject: [PATCH] Update participation_nds_row.rb --- app/domain/export/tabular/people/participation_nds_row.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/domain/export/tabular/people/participation_nds_row.rb b/app/domain/export/tabular/people/participation_nds_row.rb index a1ecc2a..c0fd399 100644 --- a/app/domain/export/tabular/people/participation_nds_row.rb +++ b/app/domain/export/tabular/people/participation_nds_row.rb @@ -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