mirror of
https://github.com/iv-org/invidious.git
synced 2025-10-15 03:48:05 +00:00
Fix locale consistency for About page
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<div class="pure-u-3-4">
|
||||
<div class="h-box">
|
||||
<h3> <%= translate(locale, "Details") %> </h3>
|
||||
<p>Country: <%=channel.country%></p> <!-- Translate Country Names -->
|
||||
<p><%= translate(locale, "Country: ") %><%=channel.country%></p> <!-- Translate Country Names -->
|
||||
</div>
|
||||
</div>
|
||||
<% else %>
|
||||
|
Reference in New Issue
Block a user