Skip to content

Commit

Permalink
Fix whatsapp spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Oct 16, 2023
1 parent d2242f8 commit 7fd6369
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class CardActionUrlComponent implements OnChanges {
if (hostname?.indexOf('form') > 0 || parts.indexOf('forms') > 0) {
this.display = 'טופס פניה';
} else if (hostname?.indexOf('whatsapp') > 0) {
this.display = 'פניה בווטסאפ';
this.display = 'פניה בוואטסאפ';
}
}
}
Expand Down

0 comments on commit 7fd6369

Please sign in to comment.