Sometimes we need to rename the bibliography's title in Latex, for example, we want the title to be 'References'.
In the preamble, add "\renewcommand\refname{New Title} " for article type documents and "\renewcommand\bibname{New Title} " for book and report type documents.