Clarify problems report details.
diff --git a/platforms/documentation/docs/src/docs/release/notes.md b/platforms/documentation/docs/src/docs/release/notes.md
index e29e118..e47a1cf 100644
--- a/platforms/documentation/docs/src/docs/release/notes.md
+++ b/platforms/documentation/docs/src/docs/release/notes.md
@@ -133,8 +133,8 @@
The console output provides a link to this report, as shown below:
```
-> Task :reportProblem
-[Incubating] Problem report is available at: <project-dir>/build/tmp/te%C5%9Dt%20files/ProblemsSer.Test/h79pc/build/reports/problems/problems-report.html
+> Task :someTask
+[Incubating] Problem report is available at: <project-dir>/build/tmp/test files/ProblemsSer.Test/h79pc/build/reports/problems/problems-report.html
BUILD SUCCESSFUL in 1s
1 actionable task: 1 executed
@@ -146,7 +146,7 @@
This report serves as a central location for users to review problems occurring in a build, whether they originate from internal or external plugins.
-If you do not want to generate this report, you can disable it with the `--no-problems-report` flag
+If you do not want to generate this report, you can disable it with the `--no-problems-report` flag, otherwise the report is created regardless whether there have been any problems reported or not.
<a name="dependency-resolution"></a>
### Dependency management improvements