diff --git a/app/services/notificationService.js b/app/services/notificationService.js index 591ec71..525b4d7 100644 --- a/app/services/notificationService.js +++ b/app/services/notificationService.js @@ -39,7 +39,7 @@ const notifyForNewSearchRequest = async searchRequest => { console.log("[DEBUGGING]: Function notifyForNewSearchRequest-", stagingTag); await sendEmail( email, - `${stagingTag} Kivi - novi zahtstagingjev za pretragu`, + `${stagingTag} Kivi - novi zahtjev za pretragu`, emailContent ); };