Custom Admin Footer

function custom_admin_footer() {
    echo 'Add your custom message here.';
}
add_filter('admin_footer_text', 'custom_admin_footer');