Apply suggestions from code review

Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
Yohan Boniface 2025-04-09 15:44:36 +02:00 committed by GitHub
parent 36d58993a0
commit 36e9433cf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ const TEMPLATE = `
</select> </select>
<label id="boundary"> <label id="boundary">
</label> </label>
</div> </div>
` `
export class Importer { export class Importer {

View file

@ -22,7 +22,7 @@ const TEMPLATE = `
</select> </select>
<label> <label>
<input type="checkbox" name="aspoint" /> <input type="checkbox" name="aspoint" />
${translate('Symplify all geometries to points')} ${translate('Simplify all geometries to points')}
</label> </label>
<label id="boundary"> <label id="boundary">
</label> </label>