diff --git a/src/invidious/frontend/watch_page.cr b/src/invidious/frontend/watch_page.cr
index aed00c0b..cd7a5ffd 100644
--- a/src/invidious/frontend/watch_page.cr
+++ b/src/invidious/frontend/watch_page.cr
@@ -20,7 +20,7 @@ module Invidious::Frontend::WatchPage
def download_widget(locale : String, video : Video, video_assets : VideoAssets) : String
if CONFIG.alltube_url
- return "#{translate(locale, "Download with AllTube")}"
+ return "#{translate(locale, "Download with AllTube")}"
end
if CONFIG.disabled?("downloads")