Removed bit of stray dutch
This commit is contained in:
parent
5116626816
commit
a528159bb7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export class SimpleAddUI extends UIElement {
|
||||||
// <button type='button'> looks SO retarded
|
// <button type='button'> looks SO retarded
|
||||||
// the default type of button is 'submit', which performs a POST and page reload
|
// the default type of button is 'submit', which performs a POST and page reload
|
||||||
const button =
|
const button =
|
||||||
new Button(new FixedUiElement("Voeg hier een " + option.name + " toe"),
|
new Button(new FixedUiElement("Add a " + option.name + " here"),
|
||||||
this.CreatePoint(option));
|
this.CreatePoint(option));
|
||||||
this._addButtons.push(button);
|
this._addButtons.push(button);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue