chore: add 'Change Backend' text to locale

This commit is contained in:
Fijxu
2026-01-01 21:51:42 -03:00
parent d4e88dd3a7
commit 8ccb197e46
3 changed files with 5 additions and 3 deletions

View File

@@ -116,7 +116,7 @@
companion_switched = env.get?("companion_switched")
%>
<div class="h-box" style="margin-bottom: 10px;">
<b>Switch Backend:</b>
<b><%= translate(locale, "companion_switch_backend") %></b>
<% if domain %>
<% CONFIG.invidious_companion.each_with_index do | companion, index | %>
<% next if companion.community && !preferences.show_community_backends %>