mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 23:12:15 +05:30
Change wording of redirect hyperlink
This commit is contained in:
parent
f3bc55e37e
commit
008598b56f
@ -110,7 +110,7 @@ we're going to need to do it here in order to allow for translations.
|
||||
(<a href="https://www.youtube.com/embed/<%= video.id %>"><%= translate(locale, "Embed") %></a>)
|
||||
</span>
|
||||
<p id="watch-on-another-invidious-instance">
|
||||
<a href="/redirect?id=<%= video.id %>"><%= translate(locale, "Watch on another Invidious Instance") %></a>
|
||||
<a href="/redirect?id=<%= video.id %>"><%= translate(locale, "Switch Invidious Instance") %></a>
|
||||
</p>
|
||||
<p id="embed-link">
|
||||
<a href="<%= embed_link %>"><%= translate(locale, "Embed Link") %></a>
|
||||
|
Loading…
Reference in New Issue
Block a user