Fix locale discrepancy for instance redirect btn

This commit is contained in:
syeopite
2021-04-02 16:17:31 -07:00
parent d06cf2a07b
commit cf72b34866
36 changed files with 70 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<!-- Search redirection and filtering UI -->
<% if count == 0 %>
<h3 style="text-align: center">
<%= translate(locale, "Broken?") %> <a href="/redirect?referer=<%= env.get?("current_page") %>"><%= translate(locale, "Switch Invidious Instance") %></a>
<a href="/redirect?referer=<%= env.get?("current_page") %>"><%= translate(locale, "Broken? Try another Invidious Instance!") %></a>
</h3>
<% else %>
<details id="filters">