Below is my MWE.
Code: Select all
\documentclass{report}
\usepackage{titlesec}
\titleformat{\chapter}[hang]
{\normalfont\normalsize\bfseries\centering}{\chaptertitlename\ \thechapter:}{2mm}{}
\begin{document}
\chapter{The big black bug bit the big black bear, but the big black bear bit the big black bug back!}
\end{document}