This commit is contained in:
Pieter Vander Vennet 2024-07-10 11:40:09 +02:00
parent 3bb73425e3
commit eb03884444

View file

@ -17,7 +17,7 @@ export class CloseNoteButton implements SpecialVisualization {
public readonly funcName = "close_note"
public readonly needsUrls = [Constants.osmAuthConfig.url]
public readonly docs =
"Button to close a note. A predifined text can be defined to close the note with. If the note is already closed, will show a small text."
"Button to close a note. A predefined text can be defined to close the note with. If the note is already closed, will show a small text."
public readonly args = [
{
name: "text",