diff --git a/src/utils/gpx.ts b/src/utils/gpx.ts
index 19e054f..6d873d0 100644
--- a/src/utils/gpx.ts
+++ b/src/utils/gpx.ts
@@ -28,7 +28,7 @@ export const getGPXString = ({ route, title, stickers }: IGetGPXString): string
${text}
generic
- Маршрут
+ ${title}
`), '')
}