From f1449389e4ec4e7468d4822a491f2b185398c8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 14 Aug 2018 10:42:55 +0200 Subject: [PATCH] Typo --- contribs/gmf/src/lidarprofile/Manager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribs/gmf/src/lidarprofile/Manager.js b/contribs/gmf/src/lidarprofile/Manager.js index 43deb5dd4d02..21f9b79c93f4 100644 --- a/contribs/gmf/src/lidarprofile/Manager.js +++ b/contribs/gmf/src/lidarprofile/Manager.js @@ -437,8 +437,8 @@ const exports = class { const gettextCatalog = this.gettextCatalog; const errorInfoTxt = gettextCatalog.getString('Lidar profile service error'); const errorOfflineTxt = gettextCatalog.getString('It might be offline'); - const errorOutsideTxt = gettextCatalog.getString('Or did you attempt to draw a profile outside data extent ?'); - const errorNoPointError = gettextCatalog.getString('Or did you attempt to draw such a small profile that no point was returned ?'); + const errorOutsideTxt = gettextCatalog.getString('Or did you attempt to draw a profile outside data extent?'); + const errorNoPointError = gettextCatalog.getString('Or did you attempt to draw such a small profile that no point was returned?'); return `

${errorInfoTxt}