From 04338025e4b38cbe6ace14da43625c8249c42596 Mon Sep 17 00:00:00 2001 From: sctnightcore <23263315+sctnightcore@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:01:48 +0700 Subject: [PATCH] add Separate multiple email addresses with commas to en.json --- src/lang/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lang/en.json b/src/lang/en.json index 8645b9a2fb..5bfc3bd920 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1052,5 +1052,6 @@ "Can be found on:": "Can be found on: {0}", "The phone number of the recipient in E.164 format.": "The phone number of the recipient in E.164 format.", "Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.":"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.", - "SendGrid API Key": "SendGrid API Key" + "SendGrid API Key": "SendGrid API Key", + "Separate multiple email addresses with commas": "Separate multiple email addresses with commas" }