Skip to content

Commit

Permalink
Updated default mail views subjects
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vince committed Sep 14, 2023
1 parent 6279990 commit 1b34c59
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,6 @@
1.65.0:
- Updated Messages export
1.65.1:
- Hide fields with empty values in default mail views for autoreply
- Hide fields with empty values in default mail views for autoreply
1.65.2:
- Updated default mail views subjects
2 changes: 1 addition & 1 deletion views/mail/autoreply.htm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subject = "Contact form autoreply (EN)"
subject = "Contact form autoreply"
==
<p>Hello,

Expand Down
2 changes: 1 addition & 1 deletion views/mail/autoreply_cs.htm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subject = "Contact form autoreply (CS)"
subject = "Potvrzení o odeslání kontaktního formuláře"
==
<p>Dobrý den,

Expand Down
2 changes: 1 addition & 1 deletion views/mail/notification.htm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subject = "Contact form notification (EN)"
subject = "Contact form notification"
==
<p>Hello,

Expand Down
2 changes: 1 addition & 1 deletion views/mail/notification_cs.htm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subject = "Contact form notification (CS)"
subject = "Notifikace o odeslání zprávy z kontaktního formuláře"
==
<p>Dobrý den,

Expand Down

0 comments on commit 1b34c59

Please sign in to comment.