Fix locale consistency for About page

This commit is contained in:
syeopite 2021-04-16 04:19:15 -07:00
parent 5935106165
commit 94386d4e0f
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
37 changed files with 250 additions and 39 deletions

View file

@ -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 %>