Steps to reproduce: - You have a hasOne "Timezone_id" relation (which contains id and name) and a form which adds a Control for that with `$form->addControl('timezone_id')`; - The form will include the Dropdown and caption will be "Timezone Id". Expected behaviour: - For hasOne fields where a Dropdown is added by default, the caption should remove the "_id" component and read "Timezone" only 