diff --git a/src/main/resources/mail_templates/grantAuthorsChangeNotification.html b/src/main/resources/mail_templates/grantAuthorsChangeNotification.html index ada7a3f..1fec93e 100644 --- a/src/main/resources/mail_templates/grantAuthorsChangeNotification.html +++ b/src/main/resources/mail_templates/grantAuthorsChangeNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Состав рабочей группы гранта "Title" сменился с " oldAuthors" на " newAuthors". diff --git a/src/main/resources/mail_templates/grantCreateNotification.html b/src/main/resources/mail_templates/grantCreateNotification.html index c8333dc..04f02e6 100644 --- a/src/main/resources/mail_templates/grantCreateNotification.html +++ b/src/main/resources/mail_templates/grantCreateNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Был добавлен новый грант: " + Был добавлен новый грант: " Title".

diff --git a/src/main/resources/mail_templates/grantDeadlineNotification.html b/src/main/resources/mail_templates/grantDeadlineNotification.html index 01d168b..98831b0 100644 --- a/src/main/resources/mail_templates/grantDeadlineNotification.html +++ b/src/main/resources/mail_templates/grantDeadlineNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Приближается дедлайн гранта "Title".

diff --git a/src/main/resources/mail_templates/grantLeaderChangeNotification.html b/src/main/resources/mail_templates/grantLeaderChangeNotification.html index 35bb54a..0ea1c0b 100644 --- a/src/main/resources/mail_templates/grantLeaderChangeNotification.html +++ b/src/main/resources/mail_templates/grantLeaderChangeNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Руководитель гранта "Title" сменился с "oldLeader" на "newLeader". diff --git a/src/main/resources/mail_templates/paperCreateNotification.html b/src/main/resources/mail_templates/paperCreateNotification.html index 87d070a..6d6f9ff 100644 --- a/src/main/resources/mail_templates/paperCreateNotification.html +++ b/src/main/resources/mail_templates/paperCreateNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Вам нужно поработать над статьей "Title".

diff --git a/src/main/resources/mail_templates/paperDeadlineNotification.html b/src/main/resources/mail_templates/paperDeadlineNotification.html index 7b245c4..221dc43 100644 --- a/src/main/resources/mail_templates/paperDeadlineNotification.html +++ b/src/main/resources/mail_templates/paperDeadlineNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Приближается дедлайн статьи "Title".

diff --git a/src/main/resources/mail_templates/paperFailedNotification.html b/src/main/resources/mail_templates/paperFailedNotification.html index 1c9fd8c..13008ec 100644 --- a/src/main/resources/mail_templates/paperFailedNotification.html +++ b/src/main/resources/mail_templates/paperFailedNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Статья "Title" провалена. Предыдущий статус - "oldStatus".

diff --git a/src/main/resources/mail_templates/paperStatusChangeNotification.html b/src/main/resources/mail_templates/paperStatusChangeNotification.html index fd9ce6e..b8c76ef 100644 --- a/src/main/resources/mail_templates/paperStatusChangeNotification.html +++ b/src/main/resources/mail_templates/paperStatusChangeNotification.html @@ -10,7 +10,7 @@ Уважаемый(ая) Ivan Ivanov

- Статус статьи "Title" сменился с "oldStatus" на "newStatus".