diff --git a/mayan/apps/appearance/templates/appearance/about.html b/mayan/apps/appearance/templates/appearance/about.html index 45e48452f6..3a553b3e70 100644 --- a/mayan/apps/appearance/templates/appearance/about.html +++ b/mayan/apps/appearance/templates/appearance/about.html @@ -101,7 +101,7 @@
{% blocktrans with project_title as project_title %} - {{ project_title }} is a free and open-source software brought to you with by Roberto Rosario and contributors. + {{ project_title }} is a free and open-source software brought to you with by Roberto Rosario and contributors. {% endblocktrans %}
@@ -119,13 +119,19 @@{% blocktrans with icon_documentation as icon_documentation and icon_wiki as icon_wiki %} - For questions check the documentation {{ icon_documentation }} or the wiki {{ icon_wiki }}. + The complete list of changes is available via the Release notes {{ icon_documentation }} or the short version Changelog {{ icon_documentation }}. + {% endblocktrans %} +
+ ++ {% blocktrans with icon_documentation as icon_documentation and icon_wiki as icon_wiki %} + For questions check the Documentation {{ icon_documentation }} or the Wiki {{ icon_wiki }}. {% endblocktrans %}
{% blocktrans with icon_forum as icon_forum and icon_source_code as icon_source_code %} - If you found a bug or got a feature idea, visit the forum {{ icon_forum }} or open a ticket in the source code repository {{ icon_source_code }}. + If you found a bug or have a feature idea, visit the Forum {{ icon_forum }} or open a ticket in the Source code repository {{ icon_source_code }}. {% endblocktrans %}