forked from MapComplete/MapComplete
Fix typo's: s/seperat/separat/, fix #457
This commit is contained in:
parent
ea54e0f733
commit
4284f8184e
25 changed files with 86 additions and 2286 deletions
|
@ -103,7 +103,7 @@ export default class ValidatedTextField {
|
|||
),
|
||||
ValidatedTextField.tp(
|
||||
"length",
|
||||
"A geographical length in meters (rounded at two points). Will give an extra minimap with a measurement tool. Arguments: [ zoomlevel, preferredBackgroundMapType (comma seperated) ], e.g. `[\"21\", \"map,photo\"]",
|
||||
"A geographical length in meters (rounded at two points). Will give an extra minimap with a measurement tool. Arguments: [ zoomlevel, preferredBackgroundMapType (comma separated) ], e.g. `[\"21\", \"map,photo\"]",
|
||||
(str) => {
|
||||
const t = Number(str)
|
||||
return !isNaN(t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue