diff --git a/components/nouns/NounsDictionary.vue b/components/nouns/NounsDictionary.vue
index a0daee77a..08c4e37ec 100644
--- a/components/nouns/NounsDictionary.vue
+++ b/components/nouns/NounsDictionary.vue
@@ -1,12 +1,8 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ nouns.empty
+
+
+
+
+
diff --git a/components/nouns/NounsDictionaryEntry.vue b/components/nouns/NounsTableEntry.vue
similarity index 91%
rename from components/nouns/NounsDictionaryEntry.vue
rename to components/nouns/NounsTableEntry.vue
index 123276c70..6a2373417 100644
--- a/components/nouns/NounsDictionaryEntry.vue
+++ b/components/nouns/NounsTableEntry.vue
@@ -1,9 +1,9 @@
-
-
-
-
- |
- |
+
+
+
-
-
-
- |
-
-
- |
-
-
-
-
- nouns.empty
-
-
+
diff --git a/pages/nouns/templates.vue b/pages/nouns/templates.vue
index fab0f2e07..95c7799ea 100644
--- a/pages/nouns/templates.vue
+++ b/pages/nouns/templates.vue
@@ -13,6 +13,8 @@ definePageMeta({
},
});
+const NounsNav = useLocaleComponent('nouns', 'NounsNav');
+
const { $translator: translator } = useNuxtApp();
useSimpleHead({
title: translator.translate('nouns.headerLonger'),