Skip to content

Commit 12f72c8

Browse files
committed
Fix corrupted file answer since it's used for both images and videos
1 parent e118d68 commit 12f72c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/github/stickerifier/stickerify/telegram

src/main/java/com/github/stickerifier/stickerify/telegram/Answer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public enum Answer {
3838
If you think it should have worked, please report the issue on [Github](https://github.com/Stickerifier/Stickerify/issues/new/choose)\\.
3939
""", true),
4040
CORRUPTED("""
41-
The conversion was unsuccessful: the video might be corrupted and it cannot be processed\\.
41+
The conversion was unsuccessful: the media might be corrupted and it cannot be processed\\.
4242
4343
If you think it should have worked, please report the issue on [Github](https://github.com/Stickerifier/Stickerify/issues/new/choose)\\.
4444
""", true),

0 commit comments

Comments
 (0)