diff --git a/application/Espo/Core/Templates/Metadata/Person/entityDefs.json b/application/Espo/Core/Templates/Metadata/Person/entityDefs.json index 6b8bdf8915..ab783733b8 100644 --- a/application/Espo/Core/Templates/Metadata/Person/entityDefs.json +++ b/application/Espo/Core/Templates/Metadata/Person/entityDefs.json @@ -5,7 +5,7 @@ }, "salutationName": { "type": "enum", - "options": ["", "Mr.", "Mrs.", "Dr."] + "options": ["", "Mr.", "Mrs.", "Ms.", "Dr."] }, "firstName": { "type": "varchar", diff --git a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Contact.json b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Contact.json index ce5b0533ef..90bbc5b9aa 100644 --- a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Contact.json +++ b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Contact.json @@ -5,7 +5,7 @@ }, "salutationName": { "type": "enum", - "options": ["", "Mr.", "Mrs.", "Dr."] + "options": ["", "Mr.", "Mrs.", "Ms.", "Dr."] }, "firstName": { "type": "varchar", diff --git a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Lead.json b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Lead.json index db2b05328e..a162525f4d 100644 --- a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Lead.json +++ b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Lead.json @@ -5,7 +5,7 @@ }, "salutationName": { "type": "enum", - "options": ["", "Mr.", "Mrs.", "Dr."] + "options": ["", "Mr.", "Mrs.", "Ms.", "Dr."] }, "firstName": { "type": "varchar", diff --git a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Target.json b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Target.json index 3dc8bbf8e7..16cf261612 100644 --- a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Target.json +++ b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Target.json @@ -5,7 +5,7 @@ }, "salutationName": { "type": "enum", - "options": ["", "Mr.", "Mrs.", "Dr.", "Drs."] + "options": ["", "Mr.", "Mrs.", "Ms.", "Dr.", "Drs."] }, "firstName": { "type": "varchar", diff --git a/application/Espo/Resources/i18n/de_DE/Global.json b/application/Espo/Resources/i18n/de_DE/Global.json index 0d707182e5..4174cc7b4f 100644 --- a/application/Espo/Resources/i18n/de_DE/Global.json +++ b/application/Espo/Resources/i18n/de_DE/Global.json @@ -234,7 +234,7 @@ "options": { "salutationName": { "Mr.": "Herr.", - "Mrs.": "Frau", + "Ms.": "Frau", "Dr.": "Dr." }, "language": { diff --git a/application/Espo/Resources/i18n/en_US/Global.json b/application/Espo/Resources/i18n/en_US/Global.json index aac87ab56f..731e6043e1 100644 --- a/application/Espo/Resources/i18n/en_US/Global.json +++ b/application/Espo/Resources/i18n/en_US/Global.json @@ -255,6 +255,7 @@ "salutationName": { "Mr.": "Mr.", "Mrs.": "Mrs.", + "Ms.": "Ms.", "Dr.": "Dr." }, "language": { diff --git a/application/Espo/Resources/metadata/entityDefs/User.json b/application/Espo/Resources/metadata/entityDefs/User.json index 52f1b75bfe..2d80a5b9fd 100644 --- a/application/Espo/Resources/metadata/entityDefs/User.json +++ b/application/Espo/Resources/metadata/entityDefs/User.json @@ -22,7 +22,7 @@ }, "salutationName": { "type": "enum", - "options": ["", "Mr.", "Mrs.", "Dr."] + "options": ["", "Mr.", "Mrs.", "Ms.", "Dr."] }, "firstName": { "type": "varchar",