I have a problem when trying to add the word "Figure" before the actual number in the list of figures. I guess it will be the same for all languages, since the langauge setting will make it in my language automatically. But what I have so far is only the number like the upper line, and it should be like the second line (which was poorly made with paint, just in case you wonder).

Here is the code I am using for figures so far:
\begin{figure}[ht]
\centering
\includegraphics[width=1.0\textwidth]{imageName.png}
\caption[CaptionText]{CaptionText\footnotemark.}
\end{figure}
\footnotetext{CaptionTextn. Available under \url{www.nowhere.com}, seen on Date.}
