feat: update email composer to handle trailing commas and improve recipient input handling
This commit is contained in:
@@ -299,9 +299,9 @@
|
||||
"saving": "Saving...",
|
||||
"draft_saved": "Draft saved",
|
||||
"save_failed": "Failed to save",
|
||||
"to_placeholder": "Recipient email addresses (comma separated)",
|
||||
"cc_placeholder": "Cc recipients (comma separated)",
|
||||
"bcc_placeholder": "Bcc recipients (comma separated)",
|
||||
"to_placeholder": "Recipient email addresses",
|
||||
"cc_placeholder": "Cc recipients",
|
||||
"bcc_placeholder": "Bcc recipients",
|
||||
"subject_placeholder": "Subject",
|
||||
"cc_label": "Cc:",
|
||||
"bcc_label": "Bcc:",
|
||||
|
||||
Reference in New Issue
Block a user