diff --git a/Changelog b/Changelog
index 3586ecb31..4a056bef0 100755
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
2015-11-12 DariusIII
+ Fix: Fix Typo for TMDB in series view
Upd: TV processing. Parse TV show properly, update Trakt support
2015-11-10 DariusIII
Fix: Typos
diff --git a/www/themes/charisma/templates/frontend/viewseries.tpl b/www/themes/charisma/templates/frontend/viewseries.tpl
index a619b0866..ab931d688 100644
--- a/www/themes/charisma/templates/frontend/viewseries.tpl
+++ b/www/themes/charisma/templates/frontend/viewseries.tpl
@@ -63,7 +63,7 @@
{if $show.tmdb > 0}
TV Rage
+ title="View at TheMovieDB">TMDB
{/if}
diff --git a/www/themes/omicron/templates/frontend/viewseries.tpl b/www/themes/omicron/templates/frontend/viewseries.tpl
index a619b0866..ab931d688 100644
--- a/www/themes/omicron/templates/frontend/viewseries.tpl
+++ b/www/themes/omicron/templates/frontend/viewseries.tpl
@@ -63,7 +63,7 @@
{if $show.tmdb > 0}
TV Rage
+ title="View at TheMovieDB">TMDB
{/if}