Add explanation to 'fake-user'

This commit is contained in:
Pieter Vander Vennet 2024-08-09 13:03:34 +02:00
parent 9595d3caec
commit ebb8f96961

View file

@ -107,6 +107,7 @@ export class OsmConnection {
ud.name = "Fake user"
ud.totalMessages = 42
ud.languages = ["en"]
ud.description = "The 'fake-user' is a URL-parameter which allows to test features without needing an OSM account or even internet connection."
this.loadingStatus.setData("logged-in")
}
this.UpdateCapabilities()