summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/invidious/views/search.ecr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/views/search.ecr b/src/invidious/views/search.ecr
index db0a8d56..f5e3e39b 100644
--- a/src/invidious/views/search.ecr
+++ b/src/invidious/views/search.ecr
@@ -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">