fix: Handle email with no subject line and no body (#2164)
* fix: Add a default email subject line if no subject is present * Add a default on the frontend Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
"RECEIVED_VIA_EMAIL": "Received via email",
|
||||
"VIEW_TWEET_IN_TWITTER": "View tweet in Twitter",
|
||||
"REPLY_TO_TWEET": "Reply to this tweet",
|
||||
"NO_MESSAGES": "No Messages"
|
||||
"NO_MESSAGES": "No Messages",
|
||||
"NO_CONTENT": "No content available"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user