aboutsummaryrefslogtreecommitdiff
path: root/app/components/forum_list
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/forum_list')
-rw-r--r--app/components/forum_list/forum_list.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/forum_list/forum_list.svelte b/app/components/forum_list/forum_list.svelte
index c218bac..5ce4dc1 100644
--- a/app/components/forum_list/forum_list.svelte
+++ b/app/components/forum_list/forum_list.svelte
@@ -13,7 +13,7 @@
<li>
<a href="/f/{forum.id}">
<span aria-hidden="true" class="navigation-glyph {forum.glyph}">{forum.glyph}</span>
- <span class="navigation-label">{forum.label}</span>
+ <span class="navigation-label">{$_(forum.label)}</span>
</a>
</li>
{/each}