If you don’t want clients to be able to update WordPress themselves you could use this piece of code to hide the nag message.

 
add_action('admin_menu','wphidenag'); 
function wphidenag() { 
remove_action( 'admin_notices', 'update_nag', 3 ); 
} 
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %