Skip to content

Commit e2e12d9

Browse files
committed
Add email information in privacy policy answer
1 parent 798df48 commit e2e12d9

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
@@ -40,7 +40,7 @@ public enum Answer {
4040
PRIVACY_POLICY("""
4141
You can view our privacy policy by visiting [this link](https://stickerifier.github.io/Stickerify/PRIVACY_POLICY.html).
4242
43-
If you have any questions or concerns, feel free to reach out to us.
43+
If you have any questions or concerns, feel free to reach out to us at [stickerifier@gmail.com](mailto:stickerifier@gmail.com).
4444
"""),
4545
PROCESSING("""
4646
<tg-thinking>Processing file...</tg-thinking>

0 commit comments

Comments
 (0)