I'm using https://github.com/dschnelldavis/angular2-json-schema-form/ in my angular 4 project which refers to the http://schemaform.io/ for angular js. I have a JSON scheme which contains several objects of type="array". The lib adds a button to add more objects to the array. The default title is "Add to {object name}".
My question is how can I change the title of the button because the description should be in German. Thank you very much.