From f5e529204d2383372df74fdaa70c7501b3fc0754 Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Fri, 3 Dec 2021 13:35:26 -0800 Subject: [PATCH] Addressed comments and tweaked language Signed-off-by: keithhc2 --- _dashboards/reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_dashboards/reporting.md b/_dashboards/reporting.md index a05fffe3..71dd7e12 100644 --- a/_dashboards/reporting.md +++ b/_dashboards/reporting.md @@ -58,4 +58,4 @@ This problem can occur for two reasons: ### Characters not loading in reports -If your report contains any UTF-8 encoded characters that are more than three bytes, you may encounter an issue where the characters look fine in your browser, but they do not load in your generated reports. Install the [missing font dependencies](https://github.com/opensearch-project/dashboards-reports#missing-font-dependencies), and then generate your reports again. +You might encounter an issue where UTF-8 encoded characters look fine in your browser, but they don't load in your generated reports because you're missing the required font dependencies. Install the [font dependencies](https://github.com/opensearch-project/dashboards-reports#missing-font-dependencies), and then generate your reports again.