Skip to content

Commit

Permalink
fix: sector levels with same name
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Dec 9, 2021
1 parent 1274ff8 commit f6f4f08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/static/sectorTranslations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5279,9 +5279,9 @@ export const sectorTranslations = [
code: 15,
info: {
id: "15_0",
name: "Government and civil society, general",
name_fi: "Julkinen hallinto ja kansalaisyhteiskunta, yleinen",
name_se: "Regering och civila samhället",
name: "Government and civil society, general ",
name_fi: "Julkinen hallinto ja kansalaisyhteiskunta, yleinen ",
name_se: "Regering och civila samhället ",
parent_id: "",
parent_name: "",
level: 0,
Expand Down

0 comments on commit f6f4f08

Please sign in to comment.