We can of course modify the <model name>.properties file in ~\MainProject\WebUI\resources, but as this is a feature which we probably want for all parameters shown in the WebUI, could this be made more developer-friendly? This would also resolve that we have to update the .properties file when we changed the name of an identifier.
Perhaps this could even be done in such a way that we could use string parameters for this “pretty name” which allows them to change dynamically. In this case, I think we don't want to be forced to use string parameters (as this would result in a lot of additional parameters), but we should be able to also use a static string.
. Happy with this solution!
