From 98da2c40a0efdf46b8a196f2e80564e50ff2d91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Mon, 9 Mar 2020 19:50:55 +0100 Subject: [PATCH 1/2] Update Bug_report.md --- .github/ISSUE_TEMPLATE/Bug_report.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 77c52615..bfe69292 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,16 +1,17 @@ --- name: Bug report -about: Report a bug for this project +about: Report a bug for this project. NOT to be used for support questions. --- -**Prior to placing the issue, please check following:** *(fill out each checkbox with a `X` once done)* -- [ ] I understand, that not following below instructions might result in immediate closing and deletion of my issue. +**Prior to placing the issue, please check following:** *(fill out each checkbox with an `X` once done)* +- [ ] I understand, that not following or deleting the below instructions, will result in immediate closing and deletion of my issue. - [ ] I have understood that answers are voluntary and community-driven, and not commercial support. - [ ] I have verified that my issue has not been already answered in the past. I also checked previous [issues](https://github.com/mailcow/mailcow-dockerized/issues). From 4982c654adec57db27c16dde37c8305800d44da9 Mon Sep 17 00:00:00 2001 From: Victor Nyberg Date: Mon, 9 Mar 2020 20:11:57 +0100 Subject: [PATCH 2/2] [Web] New translated string, swedish --- data/web/lang/lang.sv.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/web/lang/lang.sv.json b/data/web/lang/lang.sv.json index 6fa760e5..1e4d6ca4 100644 --- a/data/web/lang/lang.sv.json +++ b/data/web/lang/lang.sv.json @@ -120,6 +120,7 @@ "recipient_map_entry_exists": "Adress omskrivningen \"%s\" existerar redan", "tls_policy_map_entry_exists": "TLS policyföreskriften \"%s\" existerar redan", "tls_policy_map_parameter_invalid": "Policy parameter är ogiltig", + "tls_policy_map_dest_invalid": "Destinationen är ogiltig", "temp_error": "Tillfälligt fel", "text_empty": "Texten i medelandet kan inte vara tom", "subject_empty": "Ämnesraden kan inte vara tomt",