Skip to content

Commit

Permalink
fix: mf-5995 missing unescaping (#11298)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleBill authored and guanbinrui committed Jan 30, 2024
1 parent f75f594 commit 6930e2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
@@ -1,3 +1,3 @@
{
"additional_post_box__encrypted_post_pre": "This tweet is encrypted with #mask_io (@realMaskNetwork). πŸ“ͺπŸ”‘\n\n🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {{encrypted}} to send your first encrypted tweet."
"additional_post_box__encrypted_post_pre": "This tweet is encrypted with #mask_io (@realMaskNetwork). πŸ“ͺπŸ”‘\n\n🎭 🎭🎭 Tired of plaintext? Try to send encrypted messages to your friends. Install {{- encrypted}} to send your first encrypted tweet."
}
@@ -1,3 +1,3 @@
{
"additional_post_box__encrypted_post_pre": "이 νŠΈμœ—μ€ 이미 #mask_io (@realMaskNetwork)둜 μ•”ν˜Έν™”λ˜μ—ˆμŠ΅λ‹ˆλ‹€. πŸ“ͺπŸ”‘\n🎭 🎭🎭 {{encrypted}} μ„€μΉ˜ν•˜μ—¬ μΉœκ΅¬μ—κ²Œ μ•”ν˜Έν™” νŠΈμœ—μ„ 보내 λ³΄μ„Έμš”!"
"additional_post_box__encrypted_post_pre": "이 νŠΈμœ—μ€ 이미 #mask_io (@realMaskNetwork)둜 μ•”ν˜Έν™”λ˜μ—ˆμŠ΅λ‹ˆλ‹€. πŸ“ͺπŸ”‘\n🎭 🎭🎭 {{- encrypted}} μ„€μΉ˜ν•˜μ—¬ μΉœκ΅¬μ—κ²Œ μ•”ν˜Έν™” νŠΈμœ—μ„ 보내 λ³΄μ„Έμš”!"
}
6 changes: 3 additions & 3 deletions packages/mask/shared-ui/locales/en-US.json
Expand Up @@ -103,9 +103,9 @@
"persona_load_failed": "Load failed",
"additional_post_box__encrypted_post_pre": "Decrypt this post with #mask_io! $t(promote) {{- encrypted}}",
"additional_post_box__encrypted_post_pre_red_packet_sns_official_account": "$t(promote_red_packet) Follow @{{account}} for Web3 updates and insights. \n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io. \n\n{{- encrypted}}",
"additional_post_box__encrypted_post_pre_red_packet": "$t(promote_red_packet) \n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io. \n\n{{encrypted}}",
"additional_post_box__encrypted_post_pre_file_service_sns_official_account": "$t(promote_file_service)\n {{encrypted}}",
"additional_post_box__encrypted_post_pre_file_service": "$t(promote_file_service) {{encrypted}}",
"additional_post_box__encrypted_post_pre_red_packet": "$t(promote_red_packet) \n\n🧧🧧🧧 Try sending Lucky Drop to your friends with Mask.io. \n\n{{- encrypted}}",
"additional_post_box__encrypted_post_pre_file_service_sns_official_account": "$t(promote_file_service)\n {{- encrypted}}",
"additional_post_box__encrypted_post_pre_file_service": "$t(promote_file_service) {{- encrypted}}",
"additional_post_box__steganography_post_pre": "This image is encrypted with #mask_io. \n{{random}}\n\nInstall Mask.io to send your first encrypted tweet.",
"auto_paste_failed_dialog_title": "Paste manually",
"auto_paste_failed_dialog_content": "Please copy the following text and image (if there is any) and publish it.",
Expand Down

0 comments on commit 6930e2d

Please sign in to comment.