mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Add translation to Audio Mode icon on vid result
This commit is contained in:
parent
c481ca924b
commit
f422a77014
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
<b style="flex: 1;">
|
||||
<a style="width:100%" href="/channel/<%= item.ucid %>"><%= item.author %></a>
|
||||
</b>
|
||||
<a title="Audio mode" href="/watch?v=<%= item.id %>&listen=1">
|
||||
<a title="<%=translate(locale, "Audio mode")%>" href="/watch?v=<%= item.id %>&listen=1">
|
||||
<i class="icon ion-md-headset"></i>
|
||||
</a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue