diff --git a/client/src/components/jobs-create-owner-info/jobs-create-owner-info.new.component.jsx b/client/src/components/jobs-create-owner-info/jobs-create-owner-info.new.component.jsx index b4dc3302a..2792adcdc 100644 --- a/client/src/components/jobs-create-owner-info/jobs-create-owner-info.new.component.jsx +++ b/client/src/components/jobs-create-owner-info/jobs-create-owner-info.new.component.jsx @@ -18,6 +18,10 @@ export default function JobsCreateOwnerInfoNewComponent() { label: t("owners.labels.email", { defaultValue: "Email" }), options: [{ label: t("owners.labels.email", { defaultValue: "Email" }), value: "Email" }] }, + { + label: t("owners.labels.sms", { defaultValue: "SMS" }), + options: [{ label: t("owners.labels.sms", { defaultValue: "SMS" }), value: "SMS" }] + }, { label: t("owners.labels.phone", { defaultValue: "Phone" }), options: PHONE_TYPE_OPTIONS diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index cd2024170..e2ff97a7f 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -2601,7 +2601,8 @@ "cell": "Cell", "other": "Other", "email": "Email", - "phone": "Phone" + "phone": "Phone", + "sms": "SMS" }, "successes": { "delete": "Owner deleted successfully.", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 28f352c6c..95416363e 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -2601,7 +2601,8 @@ "cell": "", "other": "", "email": "", - "phone": "" + "phone": "", + "sms": "" }, "successes": { "delete": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 754cb74be..999ef1865 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -2601,7 +2601,8 @@ "cell": "", "other": "", "email": "", - "phone": "" + "phone": "", + "sms": "" }, "successes": { "delete": "",