|
|
|
@ -113,13 +113,11 @@ def error_redirect_helper(env : HTTP::Server::Context, locale : Hash(String, JSO
|
|
|
|
|
|
|
|
|
|
if request_path.starts_with?("/search") || request_path.starts_with?("/watch") ||
|
|
|
|
|
request_path.starts_with?("/channel") || request_path.starts_with?("/playlist?list=PL")
|
|
|
|
|
|
|
|
|
|
next_steps_text = translate(locale, "next_steps_error_message")
|
|
|
|
|
refresh = translate(locale, "next_steps_error_message_refresh")
|
|
|
|
|
go_to_youtube = translate(locale, "next_steps_error_message_go_to_youtube")
|
|
|
|
|
switch_instance = translate(locale, "Switch Invidious Instance")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return <<-END_HTML
|
|
|
|
|
<p style="margin-bottom: 4px;">#{next_steps_text}</p>
|
|
|
|
|
<ul>
|
|
|
|
|