Need help with "An error has occurred" while saving parameters in Connect

Hi, must be something stupid but I can pin point it. When I have the following in properties.xml

<property id="AddColon" type="boolean">false</property>

and the following in settings.xml

    <setting propertyKey="@Properties.AddColon" title="@Strings.AddColon">
        <settingConfig type="boolean"/>
    </setting>

with this in strings.xml

    <string id="AddColon">Add colon between hours and minutes</string>

It does appear in the app parameters and can be toggled on or off but when 'Done' is selected, following shows up at the bottom of the phone screen

An error has occurred

And the parameters are not updated.

Do anyone sees anything wrong there?

Thanks.