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 3bd09ca5c..9ccdd0c0e 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -2615,7 +2615,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 ff595ac47..0e4fa7aea 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -2612,7 +2612,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 acc40e81b..7b8a38072 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -2612,7 +2612,8 @@ "cell": "", "other": "", "email": "", - "phone": "" + "phone": "", + "sms": "" }, "successes": { "delete": "",