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). 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",