diff --git a/bin/export-pion b/bin/export-pion
index 21f1fad5f79b93967e17107317d3449e1abbe4f9..baae99c89d022bb7ef321eb2521684b27c646cee 100755
--- a/bin/export-pion
+++ b/bin/export-pion
@@ -73,7 +73,7 @@ for pant, pion, ct, rnd in res:
         rocnik=str(rnd.year),
         kategorie=rnd.category,
         kolo_seq=str(rnd.seq),
-        kolo=rnd.name,
+        kolo=rnd.round_type.friendly_name() if rnd.round_type != db.RoundType.other else rnd.name,
         misto=ct.place.name,
         id_mista=str(ct.place.place_id),
         nuts_mista=str(ct.place.nuts) if ct.place.nuts else "",