Skip to content

Commit

Permalink
improve default email subject
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrovirosa committed Feb 15, 2024
1 parent f703af3 commit e8bccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/email-sender.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ function getSubject(trainingType) {

return trainings[trainingType]
? trainings[trainingType] + ' ' + today.replace(/\//g, '-')
: 'Subject not specified';
: 'Contacto a través de la web';
}

0 comments on commit e8bccaf

Please sign in to comment.