Skip to content

Commit

Permalink
Merge pull request #4125 from camptocamp/lidar-18n
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
sbrunner committed Aug 14, 2018
2 parents 7cf9f18 + f144938 commit 5b0f933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contribs/gmf/src/lidarprofile/Manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 `
<div class="lidarprofile-error">
<p class="bold">${errorInfoTxt}</p>
Expand Down

0 comments on commit 5b0f933

Please sign in to comment.