Transferred OLGA's issuance right with Dogewallet web.
Description changed from "Твои небесные черты" to "Твои небес"

It seems the bug relates to a wrong assumption that all characters take up one byte. Cyrillic characters take 2 bytes each.
"Твои небесные черты" is 19 char long; 17 cyrillic and 2 spaces. Takes up 17 * 2 + 2 = 36 bytes.
"Твои небес" is 10 char long; 9 cyrillc and 1 space. Takes up 9 * 2 + 1 = 19 bytes
Related issue for DogeWallet desktop - DogepartyXDP/dogewallet-desktop#4
Transferred OLGA's issuance right with Dogewallet web.
Description changed from "Твои небесные черты" to "Твои небес"
It seems the bug relates to a wrong assumption that all characters take up one byte. Cyrillic characters take 2 bytes each.
"Твои небесные черты" is 19 char long; 17 cyrillic and 2 spaces. Takes up 17 * 2 + 2 = 36 bytes.
"Твои небес" is 10 char long; 9 cyrillc and 1 space. Takes up 9 * 2 + 1 = 19 bytes
Related issue for DogeWallet desktop - DogepartyXDP/dogewallet-desktop#4