Rephrase auto instance redirect preference

This commit is contained in:
syeopite
2021-06-14 03:00:07 -07:00
parent 45e57f1ad3
commit 7c49a0ba7a
28 changed files with 33 additions and 33 deletions

View File

@@ -179,7 +179,7 @@
<legend><%= translate(locale, "Miscellaneous preferences") %></legend>
<div class="pure-control-group">
<label for="automatic_instance_redirect"><%= translate(locale, "Automatically redirect to another Instance: ") %></label>
<label for="automatic_instance_redirect"><%= translate(locale, "Automaticatic instance redirection (fallback to redirect.invidious.io): ") %></label>
<input name="automatic_instance_redirect" id="automatic_instance_redirect" type="checkbox" <% if preferences.automatic_instance_redirect %>checked<% end %>>
</div>