feat: update email composer to handle trailing commas and improve recipient input handling
This commit is contained in:
@@ -298,9 +298,9 @@
|
||||
"saving": "保存中...",
|
||||
"draft_saved": "下書きを保存しました",
|
||||
"save_failed": "保存に失敗しました",
|
||||
"to_placeholder": "受信者のメールアドレス(カンマ区切り)",
|
||||
"cc_placeholder": "CC受信者(カンマ区切り)",
|
||||
"bcc_placeholder": "BCC受信者(カンマ区切り)",
|
||||
"to_placeholder": "受信者のメールアドレス",
|
||||
"cc_placeholder": "CC受信者",
|
||||
"bcc_placeholder": "BCC受信者",
|
||||
"subject_placeholder": "件名",
|
||||
"cc_label": "CC:",
|
||||
"bcc_label": "BCC:",
|
||||
|
||||
Reference in New Issue
Block a user