Skip to content

Commit

Permalink
Merge pull request #60 from AplinkosMinisterija/pdf-new-fixes
Browse files Browse the repository at this point in the history
fishPass translate fix
  • Loading branch information
LWangllix authored Aug 12, 2024
2 parents 26647d1 + 1dfb06c commit a89e66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/objects.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const UETKObjectTypeTranslates = {
[UETKObjectType.EARTH_DAM]: 'Žemių užtvanka',
[UETKObjectType.WATER_EXCESS_CULVERT]: 'Vandens pertekliaus pralaida',
[UETKObjectType.HYDRO_POWER_PLANT]: 'Hidroelektrinė',
[UETKObjectType.FISH_PASS]: 'Žuvų perlaida',
[UETKObjectType.FISH_PASS]: 'Žuvų pralaida',
};

// Kategoriju ID
Expand Down

0 comments on commit a89e66e

Please sign in to comment.