" +
-
+
"
" +
"
("
Naar de kaart
"),
+ new VariableUiElement(new UIEventSource
("Return to the map
"),
() => {
document.getElementById("to-the-map").onclick = function () {
uielement.setData(undefined);
diff --git a/UI/SaveButton.ts b/UI/SaveButton.ts
index 3bba390a7..f78fbd4a5 100644
--- a/UI/SaveButton.ts
+++ b/UI/SaveButton.ts
@@ -19,7 +19,7 @@ export class SaveButton extends UIElement {
) {
return "Opslaan"
}
- return "Opslaan";
+ return "Save";
}
}
\ No newline at end of file
diff --git a/UI/UserBadge.ts b/UI/UserBadge.ts
index a3912e0d4..c810acf31 100644
--- a/UI/UserBadge.ts
+++ b/UI/UserBadge.ts
@@ -60,7 +60,7 @@ export class UserBadge extends UIElement {
protected InnerRender(): string {
const user = this._userDetails.data;
if (!user.loggedIn) {
- return "Klik hier om aan te melden bij OSM
";
+ return "Login with OpenStreetMap
";
}