Skip to content

Commit

Permalink
Fixed mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
m431m committed Dec 7, 2020
1 parent 6069823 commit 421652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/logic/action/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ def package_search(context, data_dict):
elif key == 'datatype':
# ADAPTER EN FONCTION DE LA PLATEFORME
if key_ == 'donnees-moissonnees':
display_name = u"Données moissonées"
display_name = u"Données moissonnées"
if key_ == 'donnees-intelligentes':
display_name = u"Données intelligentes"
elif key_ == 'donnees-ouvertes':
Expand Down

0 comments on commit 421652c

Please sign in to comment.