mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
download_widget: Add missing translation key (#3713)
This commit is contained in:
commit
d526094380
3 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,7 @@ module Invidious::Frontend::WatchPage
|
|||
|
||||
def download_widget(locale : String, video : Video, video_assets : VideoAssets) : String
|
||||
if CONFIG.disabled?("downloads")
|
||||
return "<p id=\"download\">#{translate(locale, "Download is disabled.")}</p>"
|
||||
return "<p id=\"download\">#{translate(locale, "Download is disabled")}</p>"
|
||||
end
|
||||
|
||||
return String.build(4000) do |str|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue