OO.ui.FieldLayout.prototype.setNotices = function ( notices ) {
    this.notices = notices.slice();
    this.updateMessages();
    return this;
};