The service uses web components from OpenRemote and it seems it sometimes applies translations in places where its unintended.
E.g. when a button has the text save it will be translated to opslaan when the dutch localization is selected.
This behaviour isn't really intended since the service itself doesn't do any localization yet. So it seems passing a label to or-mwc-input automatically translates it based on what the manager has in terms of locales.
Either this specific case is resolved or we add localization in general #50 which might be preferred.