@measurequick/measurequick-report-generator 1.5.161 → 1.5.163

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measurequick/measurequick-report-generator",
3
- "version": "1.5.161",
3
+ "version": "1.5.163",
4
4
  "description": "Generates PDF documents for various measureQuick applications.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -207,12 +207,12 @@ export async function getReport(payload, _test) {
207
207
  safeSetText(
208
208
  form,
209
209
  "COWarning",
210
- "WARNING: Elevated CO above 9 ppm Detected!\\nVentilate the area and investigate the source."
210
+ "WARNING: Elevated CO Above 9 ppm Detected!\nVentilate the area and investigate the source."
211
211
  );
212
212
  safeSetText(
213
213
  form,
214
214
  "COWarning2",
215
- "WARNING: Elevated CO above 9 ppm Detected! Ventilate the area and investigate the source."
215
+ "WARNING: Elevated CO Above 9 ppm Detected! Ventilate the area and investigate the source."
216
216
  );
217
217
  } else {
218
218
  safeSetText(form, "COWarning", "");
@@ -244,7 +244,7 @@ export async function getReport(payload, _test) {
244
244
  safeSetText(
245
245
  form,
246
246
  "COWarning",
247
- "WARNING: Elevated CO above 9 ppm Detected!\\nVentilate the area and investigate the source."
247
+ "WARNING: Elevated CO above 9 ppm Detected!\nVentilate the area and investigate the source."
248
248
  );
249
249
  safeSetText(
250
250
  form,