Skip to content

Commit

Permalink
Update postMesEng.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hagaryavin authored Nov 21, 2024
1 parent 2a22fe2 commit 543dc9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion postMesEng.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,9 @@ function fixFirstName(phoneNum) {
splittedName[0] === "פרופ'" ||
splittedName[0] === "Dr."||
splittedName[0] === "הרב" ||
splittedName[0] === "ד״ר"
splittedName[0] === "ד״ר" ||
splittedName[0] === 'עו"ד'||
splittedName[0] === 'עו״ד'
) {
return splittedName[1];
}
Expand Down

0 comments on commit 543dc9f

Please sign in to comment.